zjimf / code-club

Discuss the problem of the previous week every Friday afternoon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code-club

Founder : 方子樽

Members : 陳柏諺,温存正,簡文勝,江若仙,洪立恒,蔡坤霖,涂紜瑄,許靜玟,黃郁淇,林俊廷,孫睦桓

Description : School team, solve and discuss the problem every Friday afternoon

Problems of this week

  1. https://leetcode.com/problems/remove-one-element-to-make-the-array-strictly-increasing/

  2. https://leetcode.com/problems/find-all-anagrams-in-a-string/

Rules

  1. You do not talk about Code-club.

  2. There is no correct answer, only have the better answer, so don't scold others

  3. If you encounter difficulties, you can discuss with the people at code-club, but don’t read the answer directly before finishing it.

  4. No pressure, not mandatory, But if you don't come this week you must tell the group first

  5. Don't mess with other people's folders, I can see

Details

  • Three questions per week (Adjust according to the situation) , decide on the problems of this week during the discussion

  • No restrictions on any programming language

  • You can put any program in your folder but remember to categorize it so that others can find it

  • The code must annotated to make it easier for others to read and also for you to watch in the future (We'll Unified format)

  • git commit -m "the date you finish your code"

  • Try your best to solve the weekly problems, otherwise it will accumulate more and more and cause self-confidence to be frustrated.

  • It will be difficult at first, but you can do it

Discussion process

  1. Everyone went to the stage to explain their algorithm and used the whiteboard present and analyze the time complexity

  2. The people below give encouragement

  3. After everyone is done, everyone discusses a better algorithm

  4. if (Next question) goto 1 ; else goto 5

  5. discuss the new problems of next week

About

Discuss the problem of the previous week every Friday afternoon


Languages

Language:JavaScript 71.6%Language:C++ 14.9%Language:Python 13.2%Language:Ruby 0.4%