Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 532 Bytes

STRUCTURE.md

File metadata and controls

32 lines (28 loc) · 532 Bytes

Directory Structure Example

please maintain the directory structure as in this example

  • Data structures
    • stack
      • DESCRIPTION.md
      • Python
        • Applications
      • Cpp
        • Applications
        • ques
      • Java
  • Sorting Algorithms
    • bubblesort
      • DESCRIPTION.md
      • Python
        • Applications
        • ques
      • Cpp
        • ques
      • Java
  • Graph
    • Dijakstra
      • DESCRIPTION.md
      • Cpp
        • Applications
        • ques
      • java
      • Python