All the essential resources and template code needed to understand and practice data structures and algorithms in python with few small projects to demonstrate their practical application.

Overview

Data Structures and Algorithms Python

INDEX

1. Resources -

  1. Books
    • Data Structures - Reema Thareja
    • competitiveCoding
  2. Big-O Cheat Sheet
  3. DAA Syllabus
  4. Interview Cheat sheet
  5. Master Plan
  6. Master the Interview

2. Big-O -

  1. O(1)
  2. O(m+n)
  3. O(n)
  4. O(n^2)

3. Data Structures -

  1. Arrays
  2. Graphs
  3. Hashtables (dictionary)
  4. Linked Lists
  5. Stack
  6. Queues
  7. Trees

4. Algorithms -

  1. Dynamic Programming
  2. Recursion
  3. Sorting
    • Bubble Sort
    • Heap Sort
    • Insertion Sort
    • Quick Sort
    • Selection Sort
  4. Traversals
    • BFS
    • DFS
    • Bisection Search

5. File Handling and OOPS

  1. File + Classes Demo

6. Projects

  1. Job Scheduler
  2. Email Project
  3. Hash Project
  4. Recursion Miniprojects
  5. Runtime Analyser
Comments
  • added leetcode questions

    added leetcode questions

    • (1971) find if path exists in a graph
    • (2265) count nodes equal to average of subtree
    • (2331) evaluate boolean binary tree
    • (235) lowest common ancestor in a bst
    opened by mihirs16 0
  • added invert binary tree | n-ary traversal | n-ary max depth | root-leaf binary numbers | path sum

    added invert binary tree | n-ary traversal | n-ary max depth | root-leaf binary numbers | path sum

    added leetcode questions

    • (1022) sum of root-leaf binary number
    • (112) path sum
    • (559) max depth of n-ary tree
    • (226) invert binary tree
    • (590) n-ary tree postorder traversal
    • (598) n-ary tree preorder traversal
    opened by mihirs16 0
  • added same tree

    added same tree

    added leetcode question

    • (100) same tree
    • (1397) corresponding target in cloned tree
    • (617) merge binary trees
    • (897) increasing order bst
    • (872) leaf-similar trees
    opened by mihirs16 0
  • binary tree - max depth | valid bst

    binary tree - max depth | valid bst

    added leetcode questions

    • (98) validate binary search tree
    • (104) max depth of binary tree
    • (101) symmetric tree
    • (102) binary tree level order traversal
    opened by mihirs16 0
  • Added Karatsuba Multiplication

    Added Karatsuba Multiplication

    • Added Divide and Conquer paradigm under Algorithms
    • Added Karatsuba Multiplication for integers under Divide and Conquer
    • Updated README.md

    Scope: Will add bitwise Karatsuba.

    opened by mihirs16 0
Owner
Shushrut Kumar
20 | Computer Science Engineering student at SRMIST Chennai
Shushrut Kumar
A repo that contains all the mesh keys needed for mesh backend, along with a code example of how to use them in python

Mesh-Keys A repo that contains all the mesh keys needed for mesh backend, along with a code example of how to use them in python Have been seeing alot

Joseph 53 Dec 13, 2022
A best practice for tensorflow project template architecture.

A best practice for tensorflow project template architecture.

Mahmoud Gamal Salem 3.6k Dec 22, 2022
BasicVSR: The Search for Essential Components in Video Super-Resolution and Beyond

BasicVSR BasicVSR: The Search for Essential Components in Video Super-Resolution and Beyond Ported from https://github.com/xinntao/BasicSR Dependencie

Holy Wu 8 Jun 7, 2022
Extracts essential Mediapipe face landmarks and arranges them in a sequenced order.

simplified_mediapipe_face_landmarks Extracts essential Mediapipe face landmarks and arranges them in a sequenced order. The default 478 Mediapipe face

Irfan 13 Oct 4, 2022
Simple, but essential Bayesian optimization package

BayesO: A Bayesian optimization framework in Python Simple, but essential Bayesian optimization package. http://bayeso.org Online documentation Instal

Jungtaek Kim 74 Dec 5, 2022
An essential implementation of BYOL in PyTorch + PyTorch Lightning

Essential BYOL A simple and complete implementation of Bootstrap your own latent: A new approach to self-supervised Learning in PyTorch + PyTorch Ligh

Enrico Fini 48 Sep 27, 2022
A 2D Visual Localization Framework based on Essential Matrices [ICRA2020]

A 2D Visual Localization Framework based on Essential Matrices This repository provides implementation of our paper accepted at ICRA: To Learn or Not

Qunjie Zhou 27 Nov 7, 2022
This repository is related to an Arabic tutorial, within the tutorial we discuss the common data structure and algorithms and their worst and best case for each, then implement the code using Python.

Data Structure and Algorithms with Python This repository is related to the Arabic tutorial here, within the tutorial we discuss the common data struc

Mohamed Ayman 33 Dec 2, 2022
Minimal But Practical Image Classifier Pipline Using Pytorch, Finetune on ResNet18, Got 99% Accuracy on Own Small Datasets.

PyTorch Image Classifier Updates As for many users request, I released a new version of standared pytorch immage classification example at here: http:

JinTian 106 Nov 6, 2022
Real-ESRGAN aims at developing Practical Algorithms for General Image Restoration.

Real-ESRGAN Colab Demo for Real-ESRGAN . Portable Windows executable file. You can find more information here. Real-ESRGAN aims at developing Practica

Xintao 17.2k Jan 2, 2023
Code for T-Few from "Few-Shot Parameter-Efficient Fine-Tuning is Better and Cheaper than In-Context Learning"

T-Few This repository contains the official code for the paper: "Few-Shot Parameter-Efficient Fine-Tuning is Better and Cheaper than In-Context Learni

null 220 Dec 31, 2022
Python script that takes an Impulse response .wav and a input .wav to demonstrate audio convolution.

convolver Python script that takes an Impulse response .wav and a input .wav to demonstrate audio convolution. Created by Sean Higley [email protected]

Sean Higley 1 Feb 23, 2022
Simple streamlit app to demonstrate HERE Tour Planning

Table of Contents About the Project Built With Getting Started Prerequisites Installation Usage Roadmap Contributing License Acknowledgements About Th

Amol 8 Sep 5, 2022
An all-in-one application to visualize multiple different local path planning algorithms

Table of Contents Table of Contents Local Planner Visualization Project (LPVP) Features Installation/Usage Local Planners Probabilistic Roadmap (PRM)

Abdur Javaid 47 Dec 30, 2022
Few-NERD: Not Only a Few-shot NER Dataset

Few-NERD: Not Only a Few-shot NER Dataset This is the source code of the ACL-IJCNLP 2021 paper: Few-NERD: A Few-shot Named Entity Recognition Dataset.

THUNLP 319 Dec 30, 2022
Code for ICML 2021 paper: How could Neural Networks understand Programs?

OSCAR This repository contains the source code of our ICML 2021 paper How could Neural Networks understand Programs?. Environment Run following comman

Dinglan Peng 115 Dec 17, 2022
Source Code for our paper: Understand me, if you refer to Aspect Knowledge: Knowledge-aware Gated Recurrent Memory Network

KaGRMN-DSG_ABSA This repository contains the PyTorch source Code for our paper: Understand me, if you refer to Aspect Knowledge: Knowledge-aware Gated

XingBowen 4 May 20, 2022
Codes for "Template-free Prompt Tuning for Few-shot NER".

EntLM The source codes for EntLM. Dependencies: Cuda 10.1, python 3.6.5 To install the required packages by following commands: $ pip3 install -r requ

null 77 Dec 27, 2022
This project uses Template Matching technique for object detecting by detection of template image over base image.

Object Detection Project Using OpenCV This project uses Template Matching technique for object detecting by detection the template image over base ima

Pratham Bhatnagar 7 May 29, 2022