Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 268 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 268 Bytes

Array_list in C

Simple Array_list implementation in C.

  • Supported types (long (unsigned long long), int, char, char*)

  • Supported operations :

  • push
  • pop
  • clear
  • print
  • set
  • remove element by index
  • get element by index
  • get index of element