Skip to content

Huamonarch/Data-Structure-in-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data-Structure-in-Cpp

数据结构的c++实现(学习邓俊辉老师课程练习之作)

目前文件情况:9 个 *.h 结构为: TinyDataStructure.h文件包含其余八个

TinyDataStructure.h

  • MyVector.h
  • MyList.h
  • MyStack.h
  • MyQueue.h
  • BinNode.h
  • BinTree.h
  • Graph.h
  • GraphMatrix.h

mainTest.cpp

对于向量、列表、 栈、 队列、 二叉树、 基本实现它们的基本功能;对于图,可能存在很多不足;其中 mainTest.cpp文件里面的内容基本没用。 还有就是文件组织采用了关键字 namespace,使用这些数据结构,只需要拷贝文件 在需要的文件里添加 #include"TinyDataStructure.h" 并且在代码中使用 TinyDataStructure 命名空间(using namespace TinyDataStructure;)

About

数据结构的c++实现(学习邓俊辉老师课程练习之作)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages