GithubHelp home page GithubHelp logo

oqoqoh / algorithm-study Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cocorig/algorithm-study

0.0 0.0 0.0 221 KB

코딩테스트 스터디를 진행하는 저장소

JavaScript 94.34% HTML 5.66%

algorithm-study's Introduction

Algorithm Study

✨ 진행 방식

  • 해당 교안 항목의 문제를 기반으로 알고리즘 문제풀이를 진행합니다.
  • 1차 챌린지 (8월 ~ 9월)

  • 2차 챌린지 (9월 ~ 10월)

    • 프로그래머스 문제 풀이

🎉 Progress Record

🦁 이하연 오규영 김정아 김소리 장수연 김하영 김창영
GitHub cocorig oqoqoh haileyja sorikikikim Sooooyeon hangnik changyoungg
Week 01
Week 02
Week 03
Week 04
Week 05
Week 06
Week 07
Week 08
진행 상황 표기
해당 주에 완료 시
해당 주에 미완료 시

8월~9월 1차 일정표

날짜 문제 난이도
Week 01
(23.08.07)

1️⃣ 몫 구하기
2️⃣ 숫자 비교하기
3️⃣ 나이 출력

입문
Week 01
(23.08.08)

1️⃣ 각도기
2️⃣ 양꼬치
3️⃣짝수의 합

입문
Week 01
(23.08.09)

1️⃣ 배열의 평균값
2️⃣ 머쓱이보다 키 큰 사람
3️⃣중복된 숫자 개수

입문
Week 01
(23.08.10)

1️⃣ 피자 나눠 먹기 (1)
2️⃣ 짝수 홀수 개수
3️⃣ 배열 두 배 만들기

입문
Week 02
(23.08.14)

1️⃣ 문자열 뒤집기
2️⃣ 특정 문자 제거하기
3️⃣ 배열의 유사도

입문
Week 02
(23.08.15)

1️⃣ 가위 바위 보
2️⃣ 배열 회전시키기
3️⃣ 외계행성의 나이

입문
Week 02
(23.08.16)

1️⃣ 369게임
2️⃣ 중복된 문자 제거
3️⃣A로 B 만들기

입문
Week 02
(23.08.17)

1️⃣팩토리얼
2️⃣ k의 개수
3️⃣가까운 수

입문
Week 03
(23.08.21)


1️⃣ 한 번만 등장한 문자
2️⃣ 잘라서 배열로 저장하기
3️⃣ 진료순서 정하기

입문
Week 03
(23.08.22)

1️⃣영어가 싫어요
2️⃣ 외계어 사전
3️⃣ 문자열 밀기

입문
Week 03
(23.08.23)

1️⃣ 컨트롤 제트
2️⃣ 등수 매기기
3️⃣ 저주의 숫자 3
4️⃣ 다항식 더하기

입문
Week 04
(23.08.28 ~23.09.03)

1️⃣ 안전지대
2️⃣겹치는 선분의 길이
3️⃣ 구글 입사문제 중에서
4️⃣다음 입사문제 중에서

Lv 1 , 2
Week 05
(23.09.04~ 23.09.10 )

1️⃣약수의 합
2️⃣ Special Sort
3️⃣자릿수 더하기
4️⃣ 아마존 면접문제 중에서

Lv 1 , 2
Week 06
(23.09.11 ~ 23.09.17)

1️⃣ 가성비 최대화
2️⃣그 시간 사무실에 몇 명이 있었나?
3️⃣ 행렬의 덧셈
4️⃣ 직사각형 별찍기

Lv 1 , 2
Week 07
(23.09.18 ~ 23.09.24)

1️⃣Subdate
2️⃣Ugly Numbers
3️⃣ Two Printers
4️⃣tic-tac-toe game

Lv 1 , 2

⚙️ 초기설정

git fork, branch, pr 및 상태관리 참고자료 -필자(oqoqoh)

🎯 작업 시작 전 원본 저장소의 최신 상태 반영하기

<실행 명령어 정리>

git switch main
git fetch upstream
git merge upstream/main
git push origin main

💥 PR 하기

💡 예PR 제목: [1차 챌린지] / 날짜 - 이름

  • [1차 챌린지] / 08.07 - 하연

comment는 자유입니다! 어떤 문제가 어려웠는지 회고를 작성한다면 다른 스터디원들께도 도움이 될 거 같습니다!!

☘️ (option)코드리뷰 하기 🙋‍♀️

  • 서로 칭찬해주기 & 격려해주기
  • PR에서 코드리뷰를 합니다.
  • 전체 코드 흐름을 파악한 뒤, 이 분이 어떻게 풀었을까 이해를 한 후 의견제시합니다.
  • 잘했다고 생각하는 부분 , 이렇게 하면 더 좋을 것 같다고 생각하는 부분 ,왜 이렇게 풀었는지 궁금한 부분 ,또 다른 풀이 방식 제시합니다.
  • 코드의 일부분에다 코드리뷰를 해도 되고 전체 코드 밑 or PR 하나 밑에다 코멘트 작성으로 리뷰를 해도 됩니다.



초기설정하기
스터디 GitHub 사용방법

algorithm-study's People

Contributors

cocorig avatar oqoqoh avatar sorikikikim avatar changyoungg avatar sooooyeon avatar haileyja avatar changhochoi92 avatar hangnik avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.