/algorithms

My Algorithms and Data Structures Studies & Problems Solved

Primary LanguageC++

Algorithms

- Implemented some well known algorithms like:

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Insertion Sort In Reverse
  • Merge Sort
  • Min Max
  • Binary Search
  • Prime Number
  • Parse String
  • Maximum Subsequence Sum - Kadane's Algorithm
  • String to Int

Data Structures

- Implemented some well known data structures like:

  • Stack: Implementation Here
  • Queue: Implementation Here
  • Linked List: Implementation Here
  • Binary Tree: Implementation Here
  • Binary Search Tree: Implementation Here

Competitive Programming Websites

- My favorites websites: