View On GitHub
Note_Tech
All technological notes.
Project maintained by
simonangel-fong
Hosted on GitHub Pages — Theme by
mattgraham
Data Structure and Algorithm
Back
Tutorial:
Udemy - Python for Data Structures, Algorithms, and Interviews! https://www.udemy.com/course/python-for-data-structures-algorithms-and-interviews/
Udemy - Python Data Structures & Algorithms + LEETCODE Exercises https://www.udemy.com/course/data-structures-algorithms-python/
Catalog
Data Structure
Big O
Linear data structure
Array - index
Stack - FILO
Hash Table
Queue
Queue - FIFO
Deque - Both end
Priority queue - Priority
Linked List
Double Linked List
Single Linked List
Non linear data structures
Tree (Binary Tree)
Heap
Binary Search Tree
Graph
Search
Sort
Graph
Mock Interview
Top