Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 620 Bytes

File metadata and controls

15 lines (13 loc) · 620 Bytes

Data-Structure-and-Algorithm-in-python

Introduction

The aim of the repository is to add introduction and problems related to all the basic and mostly used data structures and algorithms in python in the form of jupyter notebook for efficiency in studying. The problems are collected from different websites and tutorials like leetcode, spoj and youtube videos.

Content

  1. Recursion
  2. Object Oriented Programming
  3. Linked List
  4. Binary trees

Problems discussed

  1. Recursion - to be updated
  2. Object Oriented Programming - to be updated
  3. Linked List - to be updated
  4. Binary Trees - to be updated