Software development professional and IIT graduate with a strong background in backend management, API development, and cloud services. Skilled in designing and integrating software solutions for the aviation industry, with a focus on enhancing passenger communication and experience. Proficient in working with complex systems to improve operational efficiency.
- Designed an Anagram generator to find all the valid anagrams possible for the given word implementing collision resolution
- Implemented Hashing by using Arrays to store words and used concepts of bit-masking for optimizing anagram search
- Fabricated a large database of an Organization of its employees to help answer queries in optimized time and space complexity
- Implemented the AVL Trees for assisting in access, insertion, and deletion in large database systems reducing the cost of time
- Devised algorithms to perform and answer queries like LCA, hiring and firing employees, printing whole organization details
- Simulated a restaurant model prioritizing various events so that it is cost-efficient and works in optimal time complexity
- Implemented the restaurant simulation with the help of Min-Heaps and Max-Heaps to reduce the waiting time of customers
- Developed linked lists to manage scheduled restaurant events in a dynamic manner keeping the time stamp of various events