rustindia / Rust-for-undergrads

C/C++ programming probelms re-written in Rust
https://rustindia.github.io/Rust-for-undergrads/
GNU General Public License v3.0
251 stars 113 forks source link

Nomenclature of Program Files #38

Closed sanjitschouhan closed 6 years ago

sanjitschouhan commented 6 years ago
thefzsalam commented 6 years ago

I am thinking about organizing programs as follows: Trivial: hello world, sum of numbers, multiplication table, etc. Which is again subdivided into strings, numbers, vector, etc. Algorithms: subdivided into sorting, searching, coding problems, etc

ranjithrajv commented 6 years ago

Sub folders?

thefzsalam commented 6 years ago

Yes

ranjithrajv commented 6 years ago

Sounds good, please go ahead.

thefzsalam commented 6 years ago
theharshitgarg commented 6 years ago

I would like to take up this if it is open?

sanjitschouhan commented 6 years ago

@theharshitgarg all files are already named, and as @thefzsalam arranged them in folders, numbering is not required I guess. I'm clossing this.