Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 554 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 554 Bytes

Generic C Data Structures

This project implements 3 Data Structures in a generic manner.

Operations

  • Insert and Delete Values
  • Search a value
  • Find minimum and maximum value

Operations

  • Copy a vector to another
  • Push and Pop values from end
  • Access and Insert values at arbitary indices

Operations

  • Push and Pop values
  • Access top value