Skip to content

Demo code for the course: Data Structures and Algorithms, in pure C

Notifications You must be signed in to change notification settings

xiehao/DataStructuresC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Code for the Course: Data Structures and Algorithms (DSA)

This repo is about some toy code from the course DSA, including:

  • linear structures
    • sequence list
    • vector
    • linked list
    • sequence stack
    • linked stack
    • sequence queue
    • linked queue
  • semi-linear structures
    • binary tree
  • non-linear structures
    • graph
  • simple algorithms
    • sorting

The code is written in C with C99 supported, and is organized by CMake.

About

Demo code for the course: Data Structures and Algorithms, in pure C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published