Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.18 KB

README.md

File metadata and controls

49 lines (41 loc) · 1.18 KB

DS-Algos

Introduction

This project maintains solutions to various DS, algorithms, and leetcode questions which can be used for technical prep for Software Engineering interviews.

Languages

  • Python
  • Java

Folder Structure

├── algorithms
│   ├── Linked Lists
│   ├── Searching
│   ├── Sorting
│   ├── Stacks and Queues
│   └── Trees
├── ctci
│   ├── Chapter 1
│   ├── Chapter 2
│   ├── Chapter 3
│   ├── Chapter 4
├── leetcode
│   ├── easy
│   │   ├── Arrays and Strings
│   │   ├── DP
│   │   ├── Linked Lists
│   │   ├── Stacks and Queues
│   │   ├── Trees
│   ├── medium
│   │   ├── Arrays and Strings
│   │   ├── DP
│   │   ├── Linked Lists
│   │   ├── Stacks and Queues
│   │   ├── Trees
│   ├── hard
├── misc challenges
├── .gitignore
├── CONTRIBUTING.md
├── LICENSE
└── README.md

Contribution

Before contributing or submitting a PR to this repo, please check the contribution guide.