mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-04-28 20:43:50 +08:00
commented doxygen-mainpage, added files-list link
This commit is contained in:
11
README.md
11
README.md
@@ -1,4 +1,7 @@
|
|||||||
# The Algorithms - C++ # {#mainpage}
|
<!--# DO NOT REMOVE THIS LINE
|
||||||
|
This is for Doxygen to recognize as the index file for the complete documentation
|
||||||
|
{#mainpage} -->
|
||||||
|
# The Algorithms - C++
|
||||||
[](https://github.com/kvedala/C-Plus-Plus/blob/master/CONTRIBUTION.md)
|
[](https://github.com/kvedala/C-Plus-Plus/blob/master/CONTRIBUTION.md)
|
||||||

|

|
||||||

|

|
||||||
@@ -6,9 +9,11 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
[Documentation](https://kvedala.github.io/C-Plus-Plus)
|
[Online Documentation](https://kvedala.github.io/C-Plus-Plus).
|
||||||
|
|
||||||
### All algorithms implemented in C++ (for education)
|
Click on [Files menu](https://kvedala.github.io/C-Plus-Plus/build/html/files.html) to see the list of all the files documented with the code.
|
||||||
|
|
||||||
|
### Algorithms implemented in C++ (for education)
|
||||||
The implementations are for learning purpose. They may be less efficient than the implementation in the standard library.
|
The implementations are for learning purpose. They may be less efficient than the implementation in the standard library.
|
||||||
|
|
||||||
### Contribute Guidelines
|
### Contribute Guidelines
|
||||||
|
|||||||
Reference in New Issue
Block a user