Skip to content

sushin-42/AlgoAlgo

 
 

Repository files navigation

AlgoAlgo

목적 : 그래도 내가 오늘 이거 하나는 풀었다!

부작용 : 하나 했는데 괜히 뿌듯.


Common Rules

1. 1주 1발표

2. 1일 1문제

1주 1발표 Rule

  • 주제: 공부한 것
  • 일시: 매주 목요일 2시
  • 장소: *개포 클러스터* || *Zoom*
  • Git Commit Rule

    git commit -m "<intraname>: <주제>"

e.g.)
branchName: main
│
├── Algorithm // Check the 1일 1문제 Rule below
├── Presentation
│		├── 1st Week
│		│	├── Something you learned.md
│		│	└── Something other learned.md
│		├── 2nd Week
│		├── ...
│		└── ...
└── README.md

1일 1문제 Rule

  • Top Interview Questions - LeetCode by random pick
  • Precisely 1 day 1 problem
  • Replace space with -
  • Make P.R assigned to <your kkanbu> of the week
  • Git Commit Rule

    git commit -m "Time: 76 ms (91.58%), Space: 39.6 MB (73.34%)"

e.g.)
Algorithm
│
├── 1-Two-Sum/
│	├── <intraname>.py // solution
│	└── <intraname>.md // pseudo code, explanation
├── 2-Add-Two-Numbers/
├── ...
├── ...

추천 chrome extension

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 100.0%