Code Monkey home page Code Monkey logo

datastructureandalgorithm's Introduction

DataStructureAndAlgorithm

A library containing some data structures and algorithms written in c/c++.

Data Structure

Name Source Comment
vector myVector.h myVector.cpp implement C++ STL vector
LinkList LinkList.h LinkList_Demo implement a single list
Binary Search Tree binarySearchTree.h binarySearchTree_Demo.cpp implement binarySearchTree
Trie tree Trie.cpp implement trie tree
Graph Graph.h Graph_Demo.cpp implement graph structures
String String.h String.cpp implement own c++ string class
Polynomial PolyAdd.h PolyAdd_Demo.cpp solve add two polynomial problems

Algorithm

Name Source Comment
Sorting Algorithm mySort.h mySort_Demo classic sorting algorithms
Search Algorithm Search.cpp include breadth-first search and depth-first search with some examples
Shortest Algorithm Floyed-Warshall.cpp Dijkstra.cpp Bellman-Ford.cpp some shortest paths algorithm
Union Find Algorithm UnionFind.cpp here are some examples of union find problems
Minimum Spanning Tree Kruskal.cpp minimum spanning tree algorithm include kruskal and prim
KMP kmp.cpp the classic string matching algorithm
minimax algorithm ReadMe.md a TicTacToe game using minimax algorithm and alpha-beta pruing

License

Copyright 2016 yqtao

datastructureandalgorithm's People

Contributors

yqtaowhu avatar

Watchers

James Cloos 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.