Skip to content
#

linked-lists

Here are 33 public repositories matching this topic...

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.

  • Updated Aug 7, 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 Oct 12, 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

Repository for practicing and documenting LeetCode problems in Java. Includes solutions organized by topic, difficulty, and problem-solving patterns, with a focus on arrays, strings, linked lists, recursion, dynamic programming, trees, and daily coding challenges. Ideal for learners, interview preparation, and pattern-based problem solving.

  • Updated Mar 14, 2026
  • 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