Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 2.41 KB

README.md

File metadata and controls

53 lines (42 loc) · 2.41 KB

Warm Up, Data structures and key concepts

Topic Lecture
Introduction,key-concepts, and arrays Lecture 01
Time complexity analysis array,List, Iterators Lecture 02
Matrix Lecture 02.1
Recursion Recursion
Sorting and Searching Lecture 03
Comparison functions, operators and lower/upper bounds Lecture 03.1
Math Lecture 04
Geometry Lecture 05
Strings Lecture 06
Popular problems patterns Lecture 07
Stack, queue,Deque, Heap and Fibonacci Heaps Lecture 08
Set and Map Lecture 09
Linked List, Double Linked List Lecture 10
Tree - Binary Tree - Binary Indexed Tree Lecture 11
Graph Lecture 12
Counting Lecture 13
Dynamic Programming Lecture 14
Greedy Algorithm Lecture 15
Bit Magic -- Bitwise Algorithm Lecture 20

Amazon Possible interview questions

See here amazon possible interview questions

CS97SI Slides

Contains all the slides used during the CS97 Algorithm and data structures at Stanford University

Algorithms

Geeks for geeks full algorithm list

Greedy Algorithms: NOT AVAILABLE

Topic Lecture
Huffman Coding Know more
Minimum Spanning tree Algorithm Know more
Dijkstra's shortest Path Know more
Min number of coins Know more
Min NUmber of platforms required for a Railway/Bus station Know more
Longest Palindromic substring Know more
Belman-Ford for shortest pat Know more
Optimal BST Know more
Count ways to reach nth stair Know more
Find the minimum cost to reach destination using a train
Know more