Sbk3824 / DataStructures_Python

Problem Solving with Algorithms and Data Structures using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithms and Data Structures using Python

Problem Solving with Algorithms and Data Structures using Python

Workflow

  1. Stanford cs161: Introduction to Data Structures and Algorithms using Python. Basic understanding of Data Structures [Class Slides]

  2. Data Structures and Algorithms by Michael. Goodrich, Roberto Tamassia , Michael H. Goldwasser. This book has good introduction to data structures and time complexities.

  3. Educative.io: Start with introduction and implementation of data structures and heads towards solving problems using these data structures

  4. epi : Elements of Programming Interviews book coding challenges. Intermeditate to Hard coding problems solved using Python.

  5. Leetcode: Solution to Leetcode problems.

  6. Python Doc: Implemtation from offcial python documentation.

About

Problem Solving with Algorithms and Data Structures using Python


Languages

Language:Jupyter Notebook 92.1%Language:Python 7.9%