Data Structures 👩💻 Domain on HackerRank - Problems & Solutions 📑📘
-
Updated
Jan 3, 2021 - Java
Data Structures 👩💻 Domain on HackerRank - Problems & Solutions 📑📘
This repository contains Java code that I have written to solve DSA problems on LeetCode. Each solution is organized by DSA concept and is meant to showcase my understanding and proficiency in implementing these concepts. The purpose of this repository is to serve as a reference for everyone who is interested in learning DSA through LeetCode
Classical algorithms and data structures, such as searching and sorting algorithms, linked list, binary tree, stack, with my implementation in Java utilizing Generics. Test programs are written as junit test cases.
This repository contains certain programs of DSA.
Sudoku is a puzzle game that first appeared in the 18th Century. A cell is a space where a single number can be filled in. The goal is to fill every cell on the board with a number without having any duplicate numbers in any of the rows, columns and blocks.
Repository showing DS implementation in java
Explore a curated collection of diverse coding challenges, honing problem-solving skills in a structured and organized manner. Whether you're a fellow learner or an interested observer, join the journey of mastering DSA through practical problem-solving.
This repository showcases 256 DSA problems solved in Java using VS Code, reflecting my hard work, discipline, and consistency. These problems were studied in the Alpha Course at Apna College, taught by Shraddha Khapra, covering a wide range of data structures and algorithms to enhance problem-solving skills.
A repository dedicated to essential Data Structures and Algorithms problems for placement preparation, implemented in Java. Focused on honing problem-solving skills and maximizing readiness for coding interviews.
Java-based restaurant management simulation involving menu, stock, transactions, and guest seating. Utilizes hash tables, linked lists, queues, and OOP principles. Features include menu and stock management, order processing, donations, and transaction recording.
These are algorithms I have coded for various potential coding interview questions. They are sorted by topic.
INTRODUCTION TO COMPUTER SCIENCE II: Covers advanced programming techniques and data structures. Topics include recursion, algorithm analysis, linked lists, stacks, queues, trees, graphs, tables, searching, and sorting.
This repository contains solutions to various discrete DSA related problems.
Collection of data structures and algorithms in different languages. PHP / Go / Java
All the important Data Structures and Algorithms implemented using Java
All assignments from my Data Structures (CS112) class at Rutgers.
This is a simple example of a singly linked list implementation in Java.
Objectives: given a problem statement design, debug and test a Java program that efficiently solves the problem; write programs that effectively implement arrays, maps, linked lists, trees, and graphs; and evaluate the time and space complexity of iterative and recursive algorithms using empirical and mathematical analysis. Official course grade: A
Java linked lists used to create a mutable name directory
Add a description, image, and links to the linked-lists topic page so that developers can more easily learn about it.
To associate your repository with the linked-lists topic, visit your repo's landing page and select "manage topics."