Skip to content

This is a repository about the implements and solution of data structs, algorithms and practical issues. The project is programmed in C++ and build in Visual Studio 2008, I will build it in Linux environment later. I am very happy to share with you about the related things, I hope you can contribute your IDEAS about them. Thanks a lot!

License

Ggz91/IntroductionToAlgorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

IntroductionToAlgorithms

This is a project about the implements and solution of data struct, algorithms and practical issues. The project is programmed in C++ and build in Visual Studio 2008(Windows) and Linux. I am very happy to share with you about the related things, I hope you can contribute your IDEAS about them. Thanks a lot!

If you want to use and build the project, you should make sure the following things to be done:

  1. For Windows, You need install VS2008 or later version.
  2. For Linux, You need to install g++.

If you want to contribute new implements or solution of data struct, algorithms and practical issues, you should:

  1. Abstract the implementation as the form of C++ class inherited from class AbstractBase.
  2. You should implement the two methods: Description() and Test().
  3. It would be great if you comment the code you have written.

Thanks again! Wish you join with me~

Copyright (c) 2013, DaiyL. All rights reserved.

Use of this source code is governed by a BSD-style license that can be found in the License file.

About

This is a repository about the implements and solution of data structs, algorithms and practical issues. The project is programmed in C++ and build in Visual Studio 2008, I will build it in Linux environment later. I am very happy to share with you about the related things, I hope you can contribute your IDEAS about them. Thanks a lot!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.9%
  • Makefile 0.1%