Skip to content

Ashdof/dsa-in-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

58 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DATA STRUCTURES AND ALGORITHMS IN JAVA

This repository is dedicated to my advanced studies and practical explorations in Data Structures and Algorithms (DSA) using Java. It serves as both a personal learning journal and a public resource for anyone interested in mastering algorithmic problem-solving in Java.


πŸ“– Reference Textbook

This classic book forms the theoretical foundation for most of the implementations and exercises in this repository.

🧠 Study Focus

The repository covers a structured progression through fundamental and advanced DSA topics, including:

  • Core Java Foundations
  • Algorithm Analysis
  • Recursion and Divide & Conquer
  • Stacks, Queues, and Deques
  • Linked Lists and Iterators
  • Trees and Binary Search Trees
  • Priority Queues and Heaps
  • Maps, Hash Tables, and Dictionaries
  • Sorting Algorithms
  • Graph Algorithms
  • Advanced Data Structures
  • Practical Problem Solving and Complexity Considerations

Each topic includes:

  • Java source code implementations (.java files)
  • Inline comments and explanations
  • Occasional notes, exercises, or complexity analysis

πŸ’» Development Environment

All code is written and managed using Emacs, with Git for version control and synchronization.


πŸš€ Goals

  • Strengthen theoretical understanding of data structures and algorithms.
  • Build efficient and reusable Java implementations.
  • Apply algorithmic reasoning to real-world computational problems.
  • Contribute clean, well-documented examples for learners and developers.

🀝 Contributions

This repository is primarily for personal academic study, but:

  • Feedback, suggestions, and discussions are welcome.
  • You may fork the repository for your own learning.
  • Please provide credit if referencing or adapting any code from here.

πŸ“¬ Connect

If you find this repository helpful or want to collaborate on DSA or Java-related topics, feel free to:


β€œPrograms must be written for people to read, and only incidentally for machines to execute.”
β€” Harold Abelson

About

Studying data structures and algorithms in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages