Skip to content
/ DSA Public
forked from MakeContributions/DSA

Data structure and Algorithm (DSA) contributions

License

Notifications You must be signed in to change notification settings

sal81/DSA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithm

Data structure and Algorithm (DSA)

Contribution Guidelines

1. Folders or files naming

The folder or file should have the below conditions:

  • The name should be in lower case.
  • The word should be separate with a dash(-).
  • When have new topic should create a new folder and index for it.
  • A new file should add to the index(README.md) using relative links
  • It can only contain dash(-) it cannot have other specific characters.

For example:

DSA
  | searching
    | readme.md -> should create an readme for the index
    | c-or-cpp
      | linear-search.cpp
      | binary-search.cpp
    | python
      | linear-search.py
      | binary-search.py
    | csharp
      | linear-search.cs
      | binary-search.cs

2. Naming Convention

The programming should keep the naming convention rule of each programming language

License

MIT

About

Data structure and Algorithm (DSA) contributions

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 57.1%
  • JavaScript 14.9%
  • Python 12.4%
  • C# 8.5%
  • C 7.1%