Skip to content

Latest commit

 

History

32 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


PRs Welcome GitHub pull requests GitHub issues Github All Contributors

Folder Structure & Naming Convention

  • Create a folder for your algorithm inside the folder of your preferred language (cpp, python, java,... etc)
  • Please follow camelCase for naming of all your folders and files
  • General Folder Structure
/root
  └── <LANGUAGE folder>
          └──<ALGORITHM folder>
                    ├── README.md (file)
                    └── <ALGORITHM.LANGUAGE> (file)
  • Example
/root
  ├── cpp
  │    └── bubbleSort
  │            ├── README.md
  │            └── bubbleSort.cpp
  │── python
  │     └── bubbleSort
  │            ├── README.md
  │            └── bubbleSort.py

Contribution Guidelines

We'd love to have your contribution in our project. Please discuss it with us first by creating new issue. You can take a look at the Contribution Guidelines.

Our Contributors

Contributors

Code of Conduct

Take a look at Code of Conduct.

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages