All Projects → ellynhan → challenge100-codingtest-study

ellynhan / challenge100-codingtest-study

Licence: other
누구나 참여 가능한 알고리즘 코딩테스트 문제풀이 스터디

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
kotlin
9241 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to challenge100-codingtest-study

LearnCPP
Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
Stars: ✭ 359 (+327.38%)
Mutual labels:  problem-solving, algorithms-and-data-structures
Data-structures
Data Structures in Java
Stars: ✭ 13 (-84.52%)
Mutual labels:  problem-solving, algorithms-and-data-structures
algoexpert-data-structures-algorithms
A collection of solutions for all problem statements on the AlgoExpert Coding Interview platform.
Stars: ✭ 134 (+59.52%)
Mutual labels:  problem-solving, algorithms-and-data-structures
OI-Template
Bill Yang's algorithm & data structure templates
Stars: ✭ 15 (-82.14%)
Mutual labels:  algorithms-and-data-structures
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (-72.62%)
Mutual labels:  algorithms-and-data-structures
algo-drills
A command line tool for memorizing algorithms in Python by typing them.
Stars: ✭ 42 (-50%)
Mutual labels:  algorithms-and-data-structures
Algorithms-Open-Source
We have a task for each skill level!!
Stars: ✭ 31 (-63.1%)
Mutual labels:  algorithms-and-data-structures
FAANG-Coding-Interview-Questions
A curated List of Coding Questions Asked in FAANG Interviews
Stars: ✭ 1,195 (+1322.62%)
Mutual labels:  algorithms-and-data-structures
coding-for-algorithms
数据结构,剑指offer,leetcode等OJ平台刷题记录(C++/Python/Java)
Stars: ✭ 20 (-76.19%)
Mutual labels:  algorithms-and-data-structures
eva
A simple Java OOP evolutionary algorithm framework.
Stars: ✭ 18 (-78.57%)
Mutual labels:  problem-solving
Awesome-Software-Engineering-Interview
No description or website provided.
Stars: ✭ 409 (+386.9%)
Mutual labels:  algorithms-and-data-structures
Harris-Hawks-Optimization-Algorithm-and-Applications
Source codes for HHO paper: Harris hawks optimization: Algorithm and applications: https://www.sciencedirect.com/science/article/pii/S0167739X18313530. In this paper, a novel population-based, nature-inspired optimization paradigm is proposed, which is called Harris Hawks Optimizer (HHO).
Stars: ✭ 31 (-63.1%)
Mutual labels:  algorithms-and-data-structures
problem-solving
No description or website provided.
Stars: ✭ 56 (-33.33%)
Mutual labels:  problem-solving
Python
covers python basic to advance topics, practice questions, logical problems in python, web development using html, css, bootstrap, jquery, DOM, Django 🚀🚀. 💥 🌈
Stars: ✭ 29 (-65.48%)
Mutual labels:  problem-solving
ctl
My variant of the C Template Library
Stars: ✭ 105 (+25%)
Mutual labels:  algorithms-and-data-structures
codeforces-timer
A Google Chrome extension which adds a timer to practice timed problem solving on codeforces
Stars: ✭ 20 (-76.19%)
Mutual labels:  problem-solving
Algorithm-in-JavaScript
Implementing all-time classic algorithmic problems in JS
Stars: ✭ 20 (-76.19%)
Mutual labels:  algorithms-and-data-structures
timetable-scheduler
⏲ An Activity Scheduling Project of Algorithms Analysis to schedule the timetable for Educational Institutes.
Stars: ✭ 26 (-69.05%)
Mutual labels:  algorithms-and-data-structures
codewars python solutions
My CodeWars solutions in Python.
Stars: ✭ 111 (+32.14%)
Mutual labels:  problem-solving
es6-data-structures-and-algorithms
This repository contains some popular Data Structures and Algorithms done in JavaScript, ES6.
Stars: ✭ 36 (-57.14%)
Mutual labels:  algorithms-and-data-structures

Hits All Contributors Forks Welcome

img

💯 알고리즘 및 코딩 테스트 문제 풀이 챌린지 100 📝

누구나 참여 가능한 알고리즘 및 코테 문제 풀이 스터디입니다.

3개월 이상 참여 안하신 분들은 알아서 중도포기 처리할게요!

참여 방법 설명글: https://waytocse.tistory.com/59

참여 방법

  1. 이 저장소를 fork 한다.
  2. 생성된 원격 저장소에 이름 혹은 github ID로 폴더를 생성한다.
  3. 생성된 폴더에 자신의 소스코드를 업로드 한다. (폴더명에 콜론":" 안됩니다!)
  4. 이때 commit 규칙을 지키도록한다!
  5. 원본 저장소로 Pull Request를 한다. (매주 3문제 이상, 매주 토요일에 Merge예정)
  6. 다른 사람들의 PR을 보고 자유롭게 코드리뷰를 한다.
  7. 주의!! 기존 폴더를 지우면 안됩니다!! 개인 폴더 내부만 수정해주세요 :)
  8. 오픈톡방 https://open.kakao.com/o/gI9Vfmxd 들어오시면 매주 토요일 PR알림 + 모르는거 물어보세요


소스코드 파일 이름 규칙

  • 자유롭게 작성
  • 폴더명 또는 소스코드 파일명에 콜론 ":" 안됩니다 :D


commit 규칙

  • commit 메세지: [문제 출처(플랫폼)] 문제이름 / 난이도 / 걸린시간
  • description: 문제 주소 (option)
  • 터미널에서 작성법:
git commit -m "[BOJ] Hello World / 브론즈5 / 1분" -m "https://www.acmicpc.net/problem/2557"
  • 플랫폼 작성법 통일:
    • [BOJ] - 백준
    • [PGS] - 프로그래머스
    • [LTC] - 리트코드
    • [CFS] - 코드포스
    • [SEA] - 삼성SW Expert Academy
    • [ETC] - 그외


PR 규칙

  • PR 제목: 이름 / 주차 / 몇 문제
  • jaewon han / 8월 1주차 / 4문제
  • comment는 자유이나 가능하다면, 이번주에 풀었던 문제의 알고리즘 분류가 어떻게 되는지,
    어떤 문제가 어려웠는지 회고를 작성한다면 개인에게도 도움되고 다른 코드 리뷰어가 참고하기 좋을 것 같습니다 :)


(option)코드리뷰 규칙

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


참여자와 진행도

🎉 챌린지 달성 🎉


🎉Jaewon


🎉seunggil


🎉lysuk96


🎉gusah009


🎉Ernstjunger-1914


🔥 챌린지 도전 🔥


lcy8047


gwanghoon


namhee


CodeSik


yongjunleeme


Jeonghak


shasuri


HyeGyoungPark


dmstj920


seonghyun koo


llddang


myeongseo


thkang727


eodudrepublic


beomukim


cokemania2


sangbeomheo


wldsbs


ga-ng


NadudAn


gardenia0917


EunjiShin


suyeonsu


minsuhan1


💀 챌린지 포기 💀


Yerin99
중도포기


Juhyeong
중도포기


songmody
중도포기


c0np4nn4
중도포기


junbo9
중도포기


GomGom9
중도포기


kim dokyun
중도포기


🍀 기타 🍀


Dongyeon
👏취뽀👏



Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].