Skip to content

This repository contains the basic and advanced data structure and algorithms problems. This also contains the problems which I solve daily from various coding platform.

License

Notifications You must be signed in to change notification settings

mandy8055/dataStructuresAndAlgoJava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms in Java

What you can find in this repository

I have solved quite a number of problems from several topics and from several websites. See the below table for further details.

Topic Name Number of Problems Solved
Math Problems 15
Pattern Problems 13
Array 8
2D Array 5
LinkedList 14
Recursion 15
Stack 12
String 5
Generic Tree 23
Binary Tree 10
Binary Search Tree 8
LeetCode Problems 24
Project Euler Problems 1
Coding Bat problems 30
Sorting And its Application 9
Searching And its application 9
Dynamic Programming 13
Queue 5
Sliding Window 2
HashMap 4
Heap 2
Graph 17
Backtracking 2

How to contribute?

  1. Fork the repository
  2. Do the desired changes (add/delete/modify)
  3. Make a PR

When to contribute?

  1. If there is no solution to a problem in the master branch.
  2. If your solution is asymptotically faster than the one in the master branch.
  3. If your algorithm is of the same time complexity but with reduced LOC. In this case, comment out the original solution and make a pull request with your solution.

What I'll be doing with this repository

One day in the foreseeable future I will have solved all the challenges on PEPCoding. Then this repository will mostly become a static one. But still I'll be solving the problems on LeetCode and projectEuler as a hobby.

Constructive criticisms or code reviews of any kind are very much welcome.

If you have any questions about the solutions you can find here, feel free to contact me msankrit8055@gmail.com.

License

MIT License

Copyright (c) 2021 Manuj Sankrit

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

This repository contains the basic and advanced data structure and algorithms problems. This also contains the problems which I solve daily from various coding platform.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages