Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thatbeautifuldream/dsa

This repository consists of all the material from my data structures and algorithms preparation.
https://github.com/thatbeautifuldream/dsa

algorithms data-structures java problem-solving

Last synced: 14 days ago
JSON representation

This repository consists of all the material from my data structures and algorithms preparation.

Awesome Lists containing this project

README

        

![dsa](https://socialify.git.ci/thatbeautifuldream/dsa/image?language=1&pattern=Plus&theme=Dark)

## Level 1

## [Basics of Programming](https://milind.live/dsa/archive/level-1/basics-of-programming.html)

| Category | Number Solved |
| ------------------------------------ | :-----------: |
| Getting Started | 14/14 โœ… |
| Patterns | 13/20 ๐Ÿ™Œ๐Ÿป |
| Function and Arrays | 20/20 โœ… |
| 2D Arrays | 9/9 โœ… |
| String, String Builder and ArrayList | 6/6 โœ… |
| **Total** | **62/69** |

## [Recursion and Backtracking](https://milind.live/dsa/archive/level-1/recursion-and-backtracking.html)

| Category | Number Solved |
| ------------------------- | :-----------: |
| Introduction to Recursion | 8/8 โœ… |
| Recursion in Arrays | 6/6 โœ… |
| Recursion with ArrayLists | 5/5 โœ… |
| Recursion on its way up | 6/7 โœ… |
| Recursion Backtracking | 4/4 โœ… |
| **Total** | **29/30** |

## [Basic Data Structures](https://milind.live/dsa/archive/level-1/basic-data-structures.html)

| Category | Number Solved |
| ------------------ | :-----------: |
| Stacks and Queues | 0/0 |
| Linked Lists | 2/2 โœ… |
| Generic Tree | 0/0 |
| Binary Tree | 0/0 |
| Binary Search Tree | 0/0 |
| **Total** | **2/2** |

## [Dynamic Programming](https://milind.live/dsa/archive/level-1/dynamic-programming.html)

| Category | Number Solved |
| ------------------------------ | :-----------: |
| Dynamic Programming and Greedy | 0/0 |
| Time and Space Complexity | 0/0 |
| **Total** | **0/0** |

## [๐Ÿงช Tests](https://milind.live/dsa/archive/test-problems/)

| Category | Number Solved |
| --------- | :-----------: |
| Test-01 | 3/3 |
| Test-02 | 5/5 |
| **Total** | **8/8** |

## Go to the [Repository](https://github.com/thatbeautifuldream/dsa) & drop a ๐ŸŒŸ if this helped you! [![CodeFactor](https://www.codefactor.io/repository/github/thatbeautifuldream/dsa/badge)](https://www.codefactor.io/repository/github/thatbeautifuldream/dsa) [![wakatime](https://wakatime.com/badge/user/979dc33a-18f2-43a8-9325-3620ca63855e/project/3a90f2b1-d656-4348-a821-4ec7cd27331f.svg)](https://wakatime.com/badge/user/979dc33a-18f2-43a8-9325-3620ca63855e/project/3a90f2b1-d656-4348-a821-4ec7cd27331f)

These are the accepted solutions to the [Pepcoding Problem Set](https://www.pepcoding.com/resources/online-java-foundation/), written in `Java` by [Milind Mishra](https://milind.bio.link).

> [`Level 1`](https://www.pepcoding.com/resources/online-java-foundation) [`Level 2`](https://www.pepcoding.com/resources/data-structures-and-algorithms-in-java-levelup) [`Level 3`](https://www.pepcoding.com/resources/data-structures-and-algorithms-in-java-interview-prep) [`L1 Solutions`](https://github.com/thatbeautifuldream/dsa-level1)