Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 838 Bytes

File metadata and controls

35 lines (27 loc) · 838 Bytes

CERPEC

CERPEC is a personal project that aims to recreate popular data structures for the C programming language. These are divided based on their length into finite and 'infinite' (adjustable) structures.

Prerequisite

C compiler that supports at least the C99 standard, for example:

List of Implemented Data Structures:

  • STACK
  • QUEUE
  • DEQUE
  • STRAIGHT LIST
  • CIRCULAR LIST
  • DOUBLE LIST
  • HASH SET
  • BITWISE SET
  • RED-BLACK SET
  • BINARY SEARCH TREE
  • ALV TREE
  • RED-BLACK TREE
  • BINARY HEAP
  • HASH MAP