Skip to content
#

doubly-linked-list

Here are 81 public repositories matching this topic...

Easy implementation of various Data Structures in Java language. Red-Black Tree, Splay Tree, AVLTree, PriorityQueue, Doubly-Linked-List, Stack, Queue, Array, ArrayList, Disjoint-Set,Binary-Search Tree, B-Tree.

  • Updated Oct 19, 2018
  • 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

Improve this page

Add a description, image, and links to the doubly-linked-list 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 doubly-linked-list topic, visit your repo's landing page and select "manage topics."

Learn more