Data-Structures-and-Algorithm-C-
Data-Structures-and-Algorithm-C- copied to clipboard
Hi folks🖐🏻 , I'm maintaining this repository, feel free to open a pull request and contribute! :)
Closes the Issue #24 Added Detailed notes for mastering Time and Space complexity and also added Sorting algorithms and search algorithms both notes, some example problems with approach in detail....
Time and Space complexity are the most important aspect and trait that engineers are judged by in an interview. It is what allows you to also check how much more...
In the Stack using linkedlist code, peek function is not correct. Peek function is expected to take the index of the element which needs to be printed or returned.
Added Evaluate_Postfix.cpp
A small step in hactoberfest. Pls consider my PR. @ShreyaPrasad1209
Heap: Merge K sorted Linkedlist Problem