wch18735 / data-structure-c-style

:package: Data-structure with C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structure

Purpose

  • To understand Data structure concept
  • To implement Data structure with C
  • To practice how to improve speed and memory efficiency

Language

  • C

Included data structure

  • LinkedList
  • Queue
  • Priority Queue
  • Tree

Included Method

  • Search
  • Sort

About

:package: Data-structure with C


Languages

Language:C 81.5%Language:C++ 18.5%