Skip to content

we-developers-community/DataStructure-Algortihms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


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

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •