dsa icon indicating copy to clipboard operation
dsa copied to clipboard

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

dsa

Level 1

Basics of Programming

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

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

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

Category Number Solved
Dynamic Programming and Greedy 0/0
Time and Space Complexity 0/0
Total 0/0

๐Ÿงช Tests

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

Go to the Repository & drop a ๐ŸŒŸ if this helped you! CodeFactor wakatime

These are the accepted solutions to the Pepcoding Problem Set, written in Java by Milind Mishra.

Level 1 Level 2 Level 3 L1 Solutions