C-Plus-Plus-master

所属分类:Windows编程
开发工具:C/C++
文件大小:79KB
下载次数:2
上传日期:2019-08-12 19:28:03
上 传 者火言life
说明:  C++示例,很好的资料,希望能够帮到大家。
(C++ example, a good material, I hope to help you.)

文件列表:
Backtracking (0, 2019-08-07)
Backtracking\Graph Coloring.cpp (1848, 2019-08-07)
Backtracking\N Queens.cpp (1576, 2019-08-07)
Backtracking\Rat_maze.cpp (1647, 2019-08-07)
Backtracking\sudoku_solve.cpp (2180, 2019-08-07)
Computer Oriented Statistical Methods (0, 2019-08-07)
Computer Oriented Statistical Methods\Bisection_method.CPP (626, 2019-08-07)
Computer Oriented Statistical Methods\Gaussian_elimination.cpp (1376, 2019-08-07)
Computer Oriented Statistical Methods\Newton_Raphson.CPP (664, 2019-08-07)
Computer Oriented Statistical Methods\Secant_method.CPP (577, 2019-08-07)
Computer Oriented Statistical Methods\false-position.CPP (565, 2019-08-07)
Computer Oriented Statistical Methods\successive_approximation.CPP (511, 2019-08-07)
Data Structure (0, 2019-08-07)
Data Structure\AVLtree.cpp (3113, 2019-08-07)
Data Structure\Binary Search Tree.cpp (2638, 2019-08-07)
Data Structure\Binaryheap.cpp (3829, 2019-08-07)
Data Structure\Doubly Linked List.cpp (1586, 2019-08-07)
Data Structure\Linked List.cpp (2104, 2019-08-07)
Data Structure\List Array.cpp (2445, 2019-08-07)
Data Structure\MorrisInorder.cpp (2104, 2019-08-07)
Data Structure\Queue Using Array.cpp (807, 2019-08-07)
Data Structure\Queue Using Linked List.cpp (884, 2019-08-07)
Data Structure\Stack Using Array.cpp (924, 2019-08-07)
Data Structure\Stack Using Linked List.cpp (726, 2019-08-07)
Data Structure\Tree.cpp (1981, 2019-08-07)
Data Structure\TrieTree.cpp (2139, 2019-08-07)
Data Structure\circular_Queue_using_Linked_List.cpp (1312, 2019-08-07)
Data Structure\linkedList_implentation_usingArray.cpp (2844, 2019-08-07)
Dynamic Programming (0, 2019-08-07)
Dynamic Programming\0-1 Knapsack.cpp (1288, 2019-08-07)
Dynamic Programming\Armstrong Number.cpp (345, 2019-08-07)
Dynamic Programming\Bellman-Ford.cpp (2487, 2019-08-07)
Dynamic Programming\Catalan-Numbers.cpp (1874, 2019-08-07)
Dynamic Programming\Coin-Change.cpp (1074, 2019-08-07)
Dynamic Programming\Cut Rod.cpp (654, 2019-08-07)
Dynamic Programming\Edit Distance.cpp (2246, 2019-08-07)
Dynamic Programming\Egg-Dropping-Puzzle.cpp (1152, 2019-08-07)
Dynamic Programming\Fibonacci_Bottom_Up.cpp (321, 2019-08-07)
Dynamic Programming\Fibonacci_Top_Down.cpp (371, 2019-08-07)
... ...

# C++ This repository contains some useful algorithms and data structures. ### Contribute How you can contribute? See this small guide. * Use the directory structure of the repository. * Please describe your pull requests. * Don't use **bits/stdc++.h** because this is quite Linux specific and slows down the compiler process. * Put comments in your code. * Avoid **struct**. Instead use the **class** keyword. * Add some test cases in the main-function. * Can suggest any change in present algorithms(if needed).

近期下载者

相关文件


收藏者