Code Monkey home page Code Monkey logo

datastruct's Introduction

datastruct

看一些数据结构的书时练手的代码,或者是看书上的代码有误更正的版本。
二进制文件为Mac OS X 10.8.3下编译,Linux环境请自行gcc一下(^__^)
有任何意见或建议请联系[email protected]
update:
2013.5.17 终于把这个坑填完了,最后剩了一个平衡二叉树实在懒得写了,就让他这么放着吧~

including:

链表
图
霍夫曼编码
模式匹配(BF算法)
模式匹配(KMP算法)
迷宫问题
最短路径问题(Dijkstra算法)
最短路径问题(Floyd算法)
顺序表
约瑟夫问题
二叉树的遍历(前序、中序、后序)
图的遍历(深度优先)
图的遍历(广度优先)
生成树问题(Prim算法)
生成树问题(kruskal算法)
有向网的关键路径问题
拓扑排序
二分查找
二叉查找树
插入排序
希尔排序
冒泡排序
快速排序
直接选择排序
堆排序
归并排序
汉诺塔问题
八皇后问题
(以及其他将要加入的内容。。)

in planning:

平衡二叉树

datastruct's People

Contributors

buaazp avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.