Always

    pair 2

    Immersive Prep [TIL] Fibonacci numbers

    pair 와 함께 pass me 문제를 다시 review 하면서 잠시 오래 멈춰 생각해보았던 것을 작성해 본다. 피보나치 수는 F(0) = 0, F(1) = 1일 때, 1 이상의 n에 대하여 F(n) = F(n-1) + F(n-2) 가 적용되는 수 입니다. 일단 처음 코플릿문제와 함께 작성할때 식을 알아서 작성을 했다가 다시 리뷰할때 pair와 설명을 할때 f(n)이 5라면 f(7)이 되엇 7이 나와야하는데 5가 나와서 이상하다고 했던점에서 문제가 발생했었다. 바로 여기서 관점이 달라진다는건데 F(2) = F(0) + F(1) = 0 + 1 = 1 F(3) = F(1) + F(2) = 1 + 1 = 2 F(4) = F(2) + F(3) = 1 + 2 = 3 F(5) = F(3) + F(4) = 2 + 3..

    Codestates/Full IM 2020.07.22

    Immersive Prep - Git workflow

    Simple Git Workflow 1. Both pairs fork repo on Github. 2. Both pair clone their repo to local -> git clone 3. Add pair's fork as remote -> git remote add pair -> git remote -v 4. Commit your change to your local repo -> git add -> git commit -m 'change' 5. Push your code to your remote origin -> git push origin master ( or other Branch name ) 6. Pull pair's code to local repository -> git pull p..

    Codestates/Full IM 2020.07.20
    1
    더보기
    프로필사진

    • 분류 전체보기
      • 🐶
        • 📚
      • JavaScript
        • TIL
      • GIT
        • GIT
      • Codestates
        • 06.15 - 07.10
        • Full IM
        • C()PL;T
        • Reference
        • Solo day & Retrospect
        • Record more than memory

    Tag

    어려워, 첫날, Message Queue and Event Loop, vscode ., pass me if you can, codestates, git, 유효 범위, Lesson, pair, function, JavaScript, 꿀벌소동, BasicCS, 정리, IM, pass me, Linting, n-queens, JS,

    최근글과 인기글

    • 최근글
    • 인기글

    최근댓글

    공지사항

    페이스북 트위터 플러그인

    • Facebook
    • Twitter

    Archives

    Calendar

    «   2025/05   »
    일 월 화 수 목 금 토
    1 2 3
    4 5 6 7 8 9 10
    11 12 13 14 15 16 17
    18 19 20 21 22 23 24
    25 26 27 28 29 30 31

    방문자수Total

    • Today :
    • Yesterday :

    Copyright © Kakao Corp. All rights reserved.

    티스토리툴바