Created on 14th April 2024
•
I've designed several algorithms with my knowledge and understanding, that are performing operations on the 2d array according to the user demand like searching,sorting,reversing,etc.
• The first challenge that I faced was considering several inputs in the main menu if the user inputs a character instead of an integer so instead of failing of program, the user can again give the input until the right choice has been made from the main menu.
• The second challenge was that if the user wanted to exit from the program, then there should be an input, which on entering seamlessly ends the program without any interference.
• Currently working on adding several other operations and also correcting some operations for improvement of the program and to create a seamless experience.
Technologies used