Skip to content
#

linked-lists

Here are 23 public repositories matching this topic...

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.

  • Updated Apr 15, 2023
  • Java

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

  • Updated Apr 22, 2024
  • Java

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.

  • Updated Jul 19, 2023
  • 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.

  • Updated May 24, 2024
  • 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

  • Updated Dec 23, 2021
  • Java

Improve this page

Add a description, image, and links to the linked-lists topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the linked-lists topic, visit your repo's landing page and select "manage topics."

Learn more