C, C++, Python
Areas to explore:
Binary Search, Find Maximum in Sliding Window, Search Rotated Array, Find the Smallest Common Number, Rotate Array, Find Low/High index, Move zeros to left, Find maximum single sell profit, Implement Quicksort, Merge Overlapping Intervals, Sum of Two Values
Reverse a Singly Linked List, Remove Duplicates from a Linked List, Delete Node with a Given Key, Insertion Sort of a Linked List, Intersection Point of Two Lists, Nth from Last Node, Swap Nth Node with Head, Merge Two Sorted Linked Lists, Merge Sort, Reverse Even Nodes, Rotate a Linked List, Reverse k Elements, Add Two Integers, Copy Linked List with Arbitrary Pointer
Find kth Permutation, Integer Division, Pythagorean Triplets, All Sum Combinations, Find Missing Number, Permute String, All Subsets, Is Number Valid?, Power of a Number, Calculate Square Root
Reverse Words in a Sentence, Remove Duplicates, Remove White Spaces, String Segmentation, XML to Tree, Find all Palindrome Substrings, Regular Expression
Check if Two Binary Trees are Identical, Write an In-Order Iterator for a Binary Tree, Iterative Inorder Traversal, Inorder Successor BST, Level Order Traversal of Binary Tree, Is Binary Search Tree?, Convert Binary Tree to Doubly Linked List, Print Tree Perimeter, Connect Same Level Siblings, Serialize/Deserialize Binary Tree, Connect All Siblings, Inorder Successor BST with Parent Pointers, Nth Highest in BST, Mirror Binary Tree Nodes, Delete Zero Sum Sub-Trees, N-ary Tree to Binary Tree
Stack Using Queues, Queue Using Stacks, Expression Evaluation
Clone a Directed Graph, Minimum Spanning Tree, Word Chaining
Boggle, All Possible Braces, Solve N-Queens Problem, Find K-sum Subsets
Fibonacci Numbers, Largest Sum Subarray, MaxSum Subsequence - Nonadjacent Elements, Game Scoring: Find the Number of Ways a Player can Score 'n' Runs, Coin Changing Problem, Levenshtein Distance
Sum of Three Values, Make Columns and Rows Zeros, Search in a Matrix, Implement LRU Cache, Host Endianness, Closest Meeting Point
- CodeRust
- Data Structures & Algorithms in Python, Udacity
- Project Euler
- LeetCode
- Introduction To Algorithms Wiki
- CodeChef
- Programming Journey: Blog
- NPTEL-Data Structures And Algorithms(IIT Delhi)
- Design Patterns in C++: Factory Builder, Singleton
- Clean code principles
- ROS