https://github.com/techiesamosa/java-dsa
This is my new repository where I will be practicing Java Data Structures and Algorithms and try to solve problems.
https://github.com/techiesamosa/java-dsa
Last synced: 7 months ago
JSON representation
This is my new repository where I will be practicing Java Data Structures and Algorithms and try to solve problems.
- Host: GitHub
- URL: https://github.com/techiesamosa/java-dsa
- Owner: TechieSamosa
- License: apache-2.0
- Created: 2024-05-09T15:15:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-11T05:28:28.000Z (over 1 year ago)
- Last Synced: 2024-08-13T21:53:03.785Z (over 1 year ago)
- Language: Java
- Size: 26.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DSA Java Practice Repository
This repository contains my daily practice code for Data Structures and Algorithms in Java.
## Folders
- **2D Arrays, Strings & Bit Manipulation**: Contains Java files related to 2D arrays, strings, and bit manipulation.
- **Arrays**: Contains Java files related to array operations and algorithms.
- **Backtracking**: Contains Java files related to backtracking algorithms.
- **Binary Search Trees**: Contains Java files related to binary search trees.
- **Binary Trees**: Contains Java files related to binary trees.
- **Dynamic Programming and Segment Trees**: Contains Java files related to dynamic programming and segment trees.
- **Graphs**: Contains Java files related to graph algorithms.
- **Greedy Algorithms**: Contains Java files related to greedy algorithms.
- **Hashing and Tries**: Contains Java files related to hashing and trie data structures.
- **Heaps**: Contains Java files related to heap data structure.
- **Java Basics**: Contains Java files related to basic Java programming concepts.
- **LinkedList**: Contains Java files related to linked list data structure.
- **OOPS**: Contains Java files related to object-oriented programming concepts.
- **Queues**: Contains Java files related to queue data structure.
- **Recursion, Divide and Conquer, Time Complexity**: Contains Java files related to recursion, divide and conquer algorithms, and time complexity analysis.
- **Sorting Algos**: Contains Java files related to sorting algorithms.
- **Stacks**: Contains Java files related to stack data structure.