Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 725 Bytes

Codes_Format.md

File metadata and controls

29 lines (23 loc) · 725 Bytes

File Structure Format

This repository contains the format and structure for contributors to learn how to add files and in which format codes should be uploaded.

———> for folders
---> for files

Coding Problem Solution files:

Dir(Folder)
|
|---> README.md file for the Explanation part
|---> <file_name>.extension for the codes
|———> any other related files like reference articles or resource files

For Projects:

Dir(Folder)
|
|---> README.md file for the Explanation part
|———> src<file_name>.extension for the codes
|———> any other related files like reference articles or resource files