Skip to content

This is where my work in Java & JavaScript lives specifically for data structures and algorithms Ive made, plus some interesting extras.

Notifications You must be signed in to change notification settings

guyycodes/DataStructures_Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms in Java and JavaScript

This repository is a comprehensive collection of my practice implementations for various data structures and algorithms in both Java and JavaScript. It serves as a resource for learning and applying data structures and algorithmic techniques in both languages, with a range of examples and practical applications.

  • If you found this helpful consider sharing & following me on instagram where ive posted lessons for all this and more @guyycodes.

Projects

The repository is organized into two main directories:

DSA_Java

Here you'll find Java implementations of classic data structures and algorithms, along with advanced concepts such as:

  • Advanced Recursion
  • Binary Search Trees
  • Dynamic Programming
  • Graph Algorithms
  • And many more.

Each subdirectory contains source code, examples, and explanatory notes that provide a deep dive into the intricacies of each concept.

DSA_JavaScript

In this directory, JavaScript takes the center stage with projects including:

  • JavaScriptSudokuSolver: A Sudoku solver implemented in JavaScript.
  • Parsing_JSON_Data: Examples of how to parse JSON data using JavaScript.
  • FizzBuzz, Fibonacci sequences, and various sorting algorithms.

This section also includes utility functions and data structure implementations that are commonly used in web development and JavaScript programming.

Getting Started

Clone the repository to your local machine to get started:

Contact

If you have questions dont hesitate to reach me at [email protected] give me a follow on instagram if you found this useful! @guyycodes, Id love to keep making more useful things.

git clone https://github.com/your-username/your-repository-name.git

About

This is where my work in Java & JavaScript lives specifically for data structures and algorithms Ive made, plus some interesting extras.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages