sufianj / DataStructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Descprition: demo of data structures/ algorithms and their application

Test/Installation: Open and Run the projects in Visual Studio (version >= vc6.0)

Index:

  • sort
    • InsertSort
    • Fast Bubble Sort
    • SimpleSelectionSort
    • Two-way Bubble Sort
    • Binary Insert Sort
    • Heap Sort
    • Radix Sort
    • Quick Sort
  • Huffman Encoding
  • freq( two-way linked-list )
  • Stack
  • Critical Path
  • Minimum Cost Spanning Tree
  • Travelling salesman problem
  • Oct29
    • Sparse Matrix Transposition
    • Btree
  • Oct6 (Hash Table)
  • Tree30303 (Graphicall show a binary tree using MFC)
  • Expression II: evaluate the mathmatical expression(Input as a string) using stack
  • Expression III: evaluate the mathmatical expression(Input as a string) using stack & Binary-Tree
  • ShufanJIANG-ds-Project
    • AppOfCriticalPath
    • Dijsktra
    • Hash
    • Sort
    • AppOfMiniCostSpanningTree
    • EvaluationOfExpression
    • HuffmanII
    • BTree
    • expressionIII
    • ProcessStatistic

About


Languages

Language:PHP 67.1%Language:JavaScript 15.6%Language:C++ 12.1%Language:CSS 4.3%Language:C 0.9%