Skip to content

Repository to try out various data structures and algorithms

Notifications You must be signed in to change notification settings

bjupreti/data-structures-and-algos

Repository files navigation

data-structures-and-algos

Repository to try out various data structures and algorithms

References:

Big O Notation

HackerRank - Big O Notation

Big O notation - Data Structures & Algorithms Tutorial #2 | Measuring time complexity

Array

Arrays - Data Structures & Algorithms Tutorials in Python #3

LinkedList

Linked List - Data Structures & Algorithms Tutorials in Python #4

Hashmap

Hash Table - Data Structures & Algorithms Tutorials In Python #5

Collision Handling In Hash Table - Data Structures & Algorithms Tutorials In Python #6

Stack

Stack - Data Structures & Algorithms Tutorial In Python #7

Queue

Queue - Data Structures & Algorithms Tutorials In Python #8

Tree

Tree (General Tree) - Data Structures & Algorithms Tutorials In Python #9

Binary Tree Search

Binary Tree Part 1 | BST | Binary Search Tree - Data Structures & Algorithms Tutorials In Python #10

Binary Tree Part 2 | BST | Binary Search Tree - Data Structures & Algorithms Tutorials In Python #11

Binary Tree

FreeCodeCamp - Binary Tree Algorithms for Technical Interviews - Full Course

Graph

Graph Algorithms for Technical Interviews - Full Course

Sorting

  1. Bubble
  2. Quick
  3. Insertion
  4. Merge
  5. Shell
  6. Selection Sort

Dynamic Programming

FreeCodeCamp - Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges

Object Oriented Programming in Python

FreeCodeCamp - Object Oriented Programming with Python - Full Course for Beginners

Python Object-oriented Programming

Data Structures For Python Developers (w/ Flask) - Course

FreeCodeCamp - Data Structures For Python Developers (w/ Flask) - Course

Unit Testing - Python

Python Tutorial: Unit Testing Your Code with the unittest Module

About

Repository to try out various data structures and algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published