Skip to content

My solutions to DS, Algos, Leetcode, etc.

License

Notifications You must be signed in to change notification settings

Anshulkakraniya/DS-Algos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

My solutions to DS, Algos, Leetcode, etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • Java 2.5%