I know how to code these algorithms, but I never coded one of them in my personal or professional projects. For example PHP has enough functions to search, sort, merge, ...
Sep 11, 2025
5
Level 2
How many times have you used traditional algorithms and data structures professionally?
How many times have you implemented traditional algorithms such as bubble sort, quick sort, merge sort or even linear search and other search algorithms on a day to day basis? I have understood and I have even asked AI prompts like Gemini, that algorithms like the ones mentioned above are not needed because the Databases does all the heavy lifting. So my question is how would you implement algorithms such as binary search in a web application, for example, an E-Commerce websites search function? Would you create the search function from scratch using binary search or use the Database features? This applies to all features from a web application.
Please or to participate in this conversation.