Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 415 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 415 Bytes

Datastructures

This repository contains implementation of : various datastructures using C

Contents

  • string_utils : custom implementation of standard string utility functions using pointers.
  • file_utils :
  • datastructures : implementation of following datastructures with header files and tests.
    • stack
    • queue
    • circular queue
    • linked list

Execution

Usage

Author

Blessy Antony