Topics :
- Sorting (09-06-2024) Conducted by : KJR
Open-Source Websites for Algorithms in C++ :
- https://www.geeksforgeeks.org/fundamentals-of-algorithms/
- https://www.codingninjas.com/codestudio/library/algorithms
Youtube Channels for Algorithms in C++ :
- Abdul Bari (Highly recommended for clear explanations of algorithms and data structures)
- Jenny's Lectures (Recommended for in-depth explanations and examples of algorithms)
For Visualization of Algorithms in C++ :
GitHub Repositories for Algorithms in C++ :
- https://github.com/algorithm-visualizer/algorithm-visualizer
- https://github.com/tayllan/awesome-algorithms
Books for Algorithms : (1 to 3 given, 1 is must read)
- "Introduction to Algorithms" by CLRS (Highly recommended for comprehensive understanding of algorithms)
- "Data Structures and Algorithm Analysis in C++" by Mark Allen Weiss (Recommended for C++ programmers)
- "Data Structures and Algorithms in C++" by Adam Drozdek (Recommended for C++ programmers, covers a wide range of topics)
- "Algorithms" by Robert Sedgewick and Kevin Wayne (Highly recommended for understanding algorithmic concepts)
- "The Algorithm Design Manual" by Steven S. Skiena (Highly recommended for practical algorithm design skills)