ryandonglin / OmniSavant

0 stars 0 forks source link

Project structure rearrange, Full fill content and make contents well organized and eazy to be indexed #9

Open ryandonglin opened 5 months ago

ryandonglin commented 5 months ago

Is your feature request related to a problem? Please describe. Not relate to any problems

Describe the solution you'd like Prefered solutiuon should be designed as follows

|
|__ .github
|__ dosc
|    |__  ISSUE_TEMPLATE
|           |__  ....
|    |__  PULL_REQUEST_TEMPLATE
|          |__  ....
|    |__ CONTRIBUTING
|__ algorithoms
|    |__ xyz.omnisavant
|         |__ leetcode
|              |__  dp  
|              |__  array
|              |__  string
|              |__  list
|              |__  tree
|              |__  grah 
|__ knowledge
|    |__ cloudnative
|    |__ systemdesign
|__ capability
|    |__ LP
|__ TableOfContent.md
|__ README.md
ryandonglin commented 5 months ago

retalk with hithemars and do some breakthrough changes

ryandonglin commented 5 months ago

retalk with hithemars and do some breakthrough changes

@hithemars recommend add leetcode problemset degree of completion

ryandonglin commented 5 months ago

retalk with hithemars and do some breakthrough changes

also add resources that share recommended resources

|
|__ .github
|__ dosc
|    |__  ISSUE_TEMPLATE
|           |__  ....
|    |__  PULL_REQUEST_TEMPLATE
|          |__  ....
|    |__ CONTRIBUTING
|__ algorithoms
|    |__ xyz.omnisavant
|         |__ leetcode
|              |__  dp  
|              |__  array
|              |__  string
|              |__  list
|              |__  tree
|              |__  grah 
|__ knowledge
|    |__ cloudnative
|    |__ systemdesign
|__ capability
|    |__ LP
|__ resources
|    |__ wisdoom_of_others
|__ TableOfContent.md
|__ README.md