Skip to content

Ajaiqmar/FLAMES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔥FLAMES

Basically, The FLAMES Application calculates what type of Relationship exist between two different people using a specific algorithm. The FLAMES Application is one of my projects in the early days of my Software Development journey. It is a product of me acting upon one of the crazy ideas that pops up in my head 🤪. Even though there isn't much work to be done in the process of building this application, It really gave me an idea of how Software Development can be used to bring creative ideas into existence.

📝 PROBLEM DESCRIPTION

You will be provided with two strings A and B. Firstly, we have to remove the common characters and any special characters in both the strings, Then count the number of remaining charcters in the string A and B. K is the number of characters in the modified A and B. Now we remove every K-th characters in the string "FLAMES" in clockwise direction until only one character remains. Then we return the value corresponding to that character :

  • 'F' stands for "FRIENDS"
  • 'L' stands for "LOVE"
  • 'A' stands for "AFFECTION"
  • 'M' stands for "MARRIAGE"
  • 'E' stands for "ENEMY"
  • 'S' stands for "SIBLINGS"

📱TECHNOLOGY STACK

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published