Skip to content

This repository contains curated solutions to popular Data Structures and Algorithms problems, implemented in Java. It’s designed to help learners strengthen their problem-solving skills and prepare for coding interviews. 📚 Covers topics like arrays, linked lists, trees, graphs, dynamic programming, and more

Notifications You must be signed in to change notification settings

minishalincy/dsa-codes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dsa-codes

A small repository containing Java examples for common data-structures and algorithms problems.

Important Questions

I added a folder important_questions with several commonly asked DSA problems implemented in Java. See important_questions/README.md for details and examples.

To compile and run the examples:

javac important_questions/*.java
java -cp . important_questions.TwoSum

Replace the class name at the end to run other examples.

dsa-codes

About

This repository contains curated solutions to popular Data Structures and Algorithms problems, implemented in Java. It’s designed to help learners strengthen their problem-solving skills and prepare for coding interviews. 📚 Covers topics like arrays, linked lists, trees, graphs, dynamic programming, and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 62.7%
  • CSS 13.1%
  • JavaScript 8.9%
  • HTML 8.3%
  • Python 7.0%