All Projects → dongyi-kim → 10weeks-codingtest

dongyi-kim / 10weeks-codingtest

Licence: GPL-2.0 license
구름EDU 10주완성 알고리즘 코딩테스트의 해설 답안집입니다

Programming Languages

java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language
rust
11053 projects
javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to 10weeks-codingtest

Algorithms
Minimal examples of data structures and algorithms in Python
Stars: ✭ 20,123 (+16394.26%)
Mutual labels:  data-structure, competitive-programming
Usaco
General Resources for Competitive Programming
Stars: ✭ 1,152 (+844.26%)
Mutual labels:  data-structure, competitive-programming
Usaco Guide
A free collection of curated, high-quality resources to take you from Bronze to Platinum and beyond.
Stars: ✭ 439 (+259.84%)
Mutual labels:  data-structure, competitive-programming
COMPETITVE-PROGRAMMING
Competitive programming is a mind sport usually held over the Internet or a local network, involving participants trying to program according to provided specifications. This repo contains the Detailed Explanation and implementation of Various Coding problems on various platforms in C++
Stars: ✭ 60 (-50.82%)
Mutual labels:  competitive-programming, problem-solving
CP
Competitive Coding
Stars: ✭ 25 (-79.51%)
Mutual labels:  data-structure, competitive-programming
cp-tool
cp-tool is an auto generator for solved problems at different online judges.
Stars: ✭ 24 (-80.33%)
Mutual labels:  competitive-programming, problem-solving
Awesome Competitive Programming
💎 A curated list of awesome Competitive Programming, Algorithm and Data Structure resources
Stars: ✭ 9,119 (+7374.59%)
Mutual labels:  data-structure, competitive-programming
Interactive Coding Challenges
120+ interactive Python coding interview challenges (algorithms and data structures). Includes Anki flashcards.
Stars: ✭ 24,317 (+19831.97%)
Mutual labels:  data-structure, competitive-programming
Algorithms and DS
The Algorithm Studies during the ACM-ICPC Lab lectures
Stars: ✭ 39 (-68.03%)
Mutual labels:  competitive-programming, problem-solving
Competitive-Programming-June-Course-
Problem Solving Ability Skills Course
Stars: ✭ 24 (-80.33%)
Mutual labels:  competitive-programming, problem-solving
problem-solving
A platform where you can learn about algorithms and data structures. A heaven for competitive programmers. Learn here: https://reyadussalahin.github.io/problem-solving/
Stars: ✭ 33 (-72.95%)
Mutual labels:  competitive-programming, problem-solving
codeforces-timer
A Google Chrome extension which adds a timer to practice timed problem solving on codeforces
Stars: ✭ 20 (-83.61%)
Mutual labels:  competitive-programming, problem-solving
CodeForces
Python solutions to CodeForces problems
Stars: ✭ 48 (-60.66%)
Mutual labels:  competitive-programming, problem-solving
Python
this resporatory have ml,ai,nlp,data science etc.python language related material from many websites eg. datacamp,geeksforgeeks,linkedin,youtube,udemy etc. also it include programming challange/competion solutions
Stars: ✭ 43 (-64.75%)
Mutual labels:  competitive-programming, datastructure
CP-Templates
Competitive Programming Templates
Stars: ✭ 28 (-77.05%)
Mutual labels:  competitive-programming, problem-solving
competitive-programming
Solutions of some problems in competitive programming
Stars: ✭ 23 (-81.15%)
Mutual labels:  competitive-programming, coding-interview
CPTH
🌟 Competitive Programming Template Headers | With documentation, CI tests and Codecov
Stars: ✭ 23 (-81.15%)
Mutual labels:  data-structure, competitive-programming
LearnCPP
Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
Stars: ✭ 359 (+194.26%)
Mutual labels:  competitive-programming, problem-solving
bigint
bigint is a C++ library which can handle Very very Big Integers. It can calculate factorial of 1000000... it can go any big. It may be useful in Competitive Coding and Scientific Calculations which deals with very very large Integers. It can also be used in Decryption process. It has many inbuilt functions which can be very useful.
Stars: ✭ 34 (-72.13%)
Mutual labels:  competitive-programming
modern-cpp-tricks
Modern CPP Tricks often useful in Coding Interviews and Competitive Programming
Stars: ✭ 540 (+342.62%)
Mutual labels:  competitive-programming

10주완성 알고리즘 코딩테스트 힌트/답안집

구름EDU에서 연재 중인 10주완성 알고리즘 코딩테스트 과목의 문제별 모범 답안 코드집입니다. 각 문제에 대한 모범 답안 코드가 수록되어 있습니다. 기본적으로 C++, Java, Python3 세 가지 언어로 작성 된 코드를 공식적으로 제공하며, 자신이 다른 언어로 작성한 답안 코드를 Pull-Request로 공유하여 병합할 수 있습니다.


과목을 수강하는 방법

구름EDU 10주완성 알고리즘 코딩테스트

자신의 답안 코드 공유하기

공식적으로는 C++, Java, Python3로 작성한 답안 코드를 제공하고 있습니다. 만약 이외의 언어로 자신이 작성한 코드를 본 레파지토리에 공유하고 싶다면 Pull-Request를 이용해주세요. 단, 코드 공유시 아래의 사항들을 유의해주세요.

  • 가독성을 위하여 공식 답안 코드와 변수/함수/클래스 이름을 최대한 맞춰주세요.
  • 답안 코드의 코딩 컨벤션을 지켜주세요.
  • 이미 해당 언어로 작성된 답안이 있다면 새로 만들지 말고 해당 파일을 수정해주세요.
  • 문제의 지문이나 예제 데이터등을 포함하지 말아주세요.
  • 답안 코드는 하나의 파일로 작성되어야 합니다.
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].