Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 807 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 807 Bytes

Practice Makes Perfect

Description

This repository will contain some exercise or mid-size projects that I have done. Languages will include C/C++, Python, Rust, And so on. This file will be used as an index for readers to find what they want.

Also you may find something interesting or useful in this repo, feel free to use it.

If some of the project is large enough, or it is so useful and original, I will create a new repository for it.

Index

Sort by type or topic

Sort by languages

Sort by difficulty

Sort by id

Sort by my preference :)

Naming Convention

<id>/<project_name> where id is composed of 2 parts: <language_short_name>_<topic_id>

example: minigrep has project id of p01, then rust implementation will be named as rs_p01/minigrep