Skip to content

bokner/inplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

153 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InPlace

Collection of mutable data structures.

Status: proof of concept, please use at your own risk.

An experimental library that has implementations of several ADTs based on atomics module

Currently implemented:

  • arrays
  • stacks
  • queues
  • heaps
  • priority queues
  • linked lists
  • bitsets

Check out the implementation of X algorithm by Donald Knuth, accompanied by the implementation of Sudoku as an example of usage. X algorithm is built on the idea of Dancing Links, which is a technique to modify linked lists in place.

Releases

No releases published

Packages

 
 
 

Contributors