Skip to content

surenderthakran/codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

1. (Difficulty: 3) Merge Sort Time Complexity: O(n log(n))
2. (Difficulty: 3) Quick Sort Time Complexity: O(n log(n))
3. (Difficulty: 3) Heap Sort Time Complexity: O(n log(n))
3. (Difficulty: 4) Rabin-Karp Algorithm
5. (Difficulty: 4) Dijkstra's Algorithm
6. (Difficulty: 3) Kadane's Algorithm Time Complexity: O(n)

Data Structures

1. (Difficulty: 2) Binary Search Tree
2. (Difficulty: 3) Optimal Binary Search Tree
3. (Difficulty: 2) Trie
4. (Difficulty: 3) Max Heap

Problems

Arrays & Strings

1. (Difficulty: 2) Find intersection of two sorted array of integers. Time Complexity: O(n)
4. (Difficulty: 2) Hexadecimal string addition. Time Complexity: O(n)

Trees

Bit manipulation

Grids & Matrices

Named Problems

1. (Difficulty: 4) 0-1 Knapsack problem

Design

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages