Skip to content

A collection of DataStructure experiments I've created, now open source and on GitHub, so please go ahead and help me hack this resource in to a wealth of demos that other authors can learn from.

Notifications You must be signed in to change notification settings

westhacker/DataStructure

Repository files navigation

DataStructure Demos and Examples

A collection of DataStructure experiments I've created, now open source and on GitHub, so please go ahead and help me hack this resource in to a wealth of demos that other authors can learn from.

Aim

  • If a user can hit view source on the demo, then we've done our job
  • All content is open source and just enjoy it
  • Individual demos, if authored by someone other than @westhacker can be credited as appropriate

Language

  • C
  • C++

Develop Tool

  • Visual Studio 2010

Content

  • SeqList
  • Llist
  • NodeList
  • Stack
  • Fibonacci (based on Stack)
  • Queue
  • BankQueue (based on Queue)
  • BinaryTree
  • BinaryTree2
  • BinaryTreeSort
  • AVLTree
  • HashList
  • QuickSort
  • QuickSortMFC (based on QuickSort)
  • HeapSort
  • HeapSortSample (with a bonus MFCSample)
  • RadixSort

Thanks

Thanks for your reading and happy coding

License

MIT

About

A collection of DataStructure experiments I've created, now open source and on GitHub, so please go ahead and help me hack this resource in to a wealth of demos that other authors can learn from.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published