Description: C++11 realized using a simple STL standard library, not only a subset of C++STL (clipping some containers and algorithms) is a superset (adding some containers and algorithms) Objective: Exercise data structures and algorithms and programming compiler C++ Template environment: VS2013 and above
To Search:
File list (Check if you may need any files):
TinySTL\Algorithm.h
.......\Alloc.h
.......\Allocator.h
.......\AVLTree.h
.......\BinarySearchTree.h
.......\Bitmap.h
.......\CircularBuffer.h
.......\Construct.h
.......\COWPtr.h
.......\Debug\AlgorithmTest.obj
.......\.....\Alloc.obj
.......\.....\AVLTreeTest.obj
.......\.....\BinarySearchTreeTest.obj
.......\.....\BitmapTest.obj
.......\.....\CircularBufferTest.obj
.......\.....\COWPtrTest.obj
.......\.....\DequeTest.obj
.......\.....\GraphTest.obj
.......\.....\ListTest.obj
.......\.....\main.obj
.......\.....\PairTest.obj
.......\.....\PriorityQueueTest.obj
.......\.....\Profiler.obj
.......\.....\QueueTest.obj
.......\.....\RefTest.obj
.......\.....\SharedPtrTest.obj
.......\.....\StackTest.obj
.......\.....\String.obj
.......\.....\StringTest.obj
.......\.....\SuffixArrayTest.obj
.......\.....\TinySTL.log
.......\.....\........tlog\CL.read.1.tlog
.......\.....\............\CL.write.1.tlog
.......\.....\............\link.read.1.tlog
.......\.....\............\link.write.1.tlog
.......\.....\............\TinySTL.lastbuildstate
.......\.....\TrieTree.obj
.......\.....\TrieTreeTest.obj
.......\.....\TypeTraitsTest.obj
.......\.....\UFSetTest.obj
.......\.....\UniquePtrTest.obj
.......\.....\Unordered_setTest.obj
.......\.....\vc140.idb
.......\.....\vc140.pdb
.......\.....\VectorTest.obj
.......\Deque.h
.......\..tail\Alloc.cpp
.......\......\AVLTree.impl.h
.......\......\BinarySearchTree.impl.h
.......\......\Bitmap.impl.h
.......\......\CircularBuffer.impl.h
.......\......\COWPtr.impl.h
.......\......\Deque.impl.h
.......\......\Graph.impl.h
.......\......\List.impl.h
.......\......\Ref.h
.......\......\String.cpp
.......\......\TrieTree.cpp
.......\......\Unordered_set.impl.h
.......\......\Vector.impl.h
.......\Functional.h
.......\Graph.h
.......\Iterator.h
.......\List.h
.......\main.cpp
.......\Memory.h
.......\Profiler\Profiler.cpp
.......\........\Profiler.h
.......\Queue.h
.......\ReverseIterator.h
.......\ScreenShots\graph1.png
.......\...........\graph2.png
.......\...........\graph_bfs.png
.......\...........\graph_dfs.png
.......\...........\suffix_array.png
.......\...........\trie_tree.png
.......\Stack.h
.......\String.h
.......\SuffixArray.h
.......\Test\AlgorithmTest.cpp
.......\....\AlgorithmTest.h
.......\....\AVLTreeTest.cpp
.......\....\AVLTreeTest.h
.......\....\BinarySearchTreeTest.cpp
.......\....\BinarySearchTreeTest.h
.......\....\BitmapTest.cpp
.......\....\BitmapTest.h
.......\....\CircularBufferTest.cpp
.......\....\CircularBufferTest.h
.......\....\COWPtrTest.cpp
.......\....\COWPtrTest.h
.......\....\DequeTest.cpp
.......\....\DequeTest.h
.......\....\GraphTest.cpp
.......\....\GraphTest.h
.......\....\ListTest.cpp
.......\....\ListTest.h
.......\....\PairTest.cpp
.......\....\PairTest.h
.......\....\PriorityQueueTest.cpp