Skip to content
#

classes

Here are 212 public repositories matching this topic...

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

This implementation puts a twist on the Standard Treap (randomized search tree) in the sense that I add the idea of self-organizing data structures on top, To implement a Database (collection of rows that are somehow related) Indexing.

  • Updated Jul 19, 2023
  • Java

Improve this page

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

Learn more