All Projects → cdog-gh → gh_coding_test

cdog-gh / gh_coding_test

Licence: other
gahui_coding_test

Programming Languages

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

Projects that are alternatives of or similar to gh coding test

programmers
programmers를 이용한 코딩테스트 공부
Stars: ✭ 42 (+61.54%)
Mutual labels:  problem-solving, coding-test
Data-structures
Data Structures in Java
Stars: ✭ 13 (-50%)
Mutual labels:  problem-solving
CodeForces
Python solutions to CodeForces problems
Stars: ✭ 48 (+84.62%)
Mutual labels:  problem-solving
BOJ
💊Baekjoon Online Judge (Java, Kotlin, Swift) & PS Roadmap
Stars: ✭ 41 (+57.69%)
Mutual labels:  problem-solving
OOKata
A catalog of Object Oriented Programming Problems
Stars: ✭ 20 (-23.08%)
Mutual labels:  problem-solving
algorithm-training
The repository of problem solving (especially algorithm problems of computer science)
Stars: ✭ 23 (-11.54%)
Mutual labels:  problem-solving
CP-Templates
Competitive Programming Templates
Stars: ✭ 28 (+7.69%)
Mutual labels:  problem-solving
pepcoding-dsa
This repository consists of all the material from my data structures and algorithms preparation.
Stars: ✭ 20 (-23.08%)
Mutual labels:  problem-solving
baps-bgd.github.io
This repository is used to maintain the site of BAPS. Please read the README if you are willing to contribute.
Stars: ✭ 17 (-34.62%)
Mutual labels:  problem-solving
leetcode-solution-curation
A one-stop repository for LeetCode solutions.
Stars: ✭ 31 (+19.23%)
Mutual labels:  problem-solving
RedQuarkTutorials
Code used in all my tutorials on my website - redquark.org
Stars: ✭ 27 (+3.85%)
Mutual labels:  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 (+26.92%)
Mutual labels:  problem-solving
BFEdevSolutions
Solutions to problems that I solved on bigfrontend.dev
Stars: ✭ 21 (-19.23%)
Mutual labels:  problem-solving
Data-Structures
This is my Data Structure code using Java Language
Stars: ✭ 13 (-50%)
Mutual labels:  problem-solving
Ios Developer Roadmap
Roadmap to becoming an iOS developer in 2018.
Stars: ✭ 5,514 (+21107.69%)
Mutual labels:  problem-solving
LeetCode
Competitive coding submissions at Leetcode goes here
Stars: ✭ 14 (-46.15%)
Mutual labels:  problem-solving
203-ACM-Problems-Code
203 ACM Problems Source Code in C++
Stars: ✭ 43 (+65.38%)
Mutual labels:  problem-solving
Competitive-Programming-June-Course-
Problem Solving Ability Skills Course
Stars: ✭ 24 (-7.69%)
Mutual labels:  problem-solving
Coding Problems
Solutions for various coding/algorithmic problems and many useful resources for learning algorithms and data structures
Stars: ✭ 2,221 (+8442.31%)
Mutual labels:  problem-solving
algoexpert-data-structures-algorithms
A collection of solutions for all problem statements on the AlgoExpert Coding Interview platform.
Stars: ✭ 134 (+415.38%)
Mutual labels:  problem-solving

gh coding test

가희배 코딩테스트에 출제된 문제들을 모아놓은 레포지토리입니다.

Usage

레포지토리는 아래와 같은 구조로 이루어져 있습니다.

# main
#  |
#  |- 1 (1th coding test info folder)
#  |              |- 1 (problem 1 folder)
#  |              |  |
#  |              |  |--- wrong (wrong answer folder)
#  |              |  |      |
#  |              |  |      |--- wrong solution files
#  |              |  |
#  |              |  |--- solution files (c++, java, python)
#  |              |
#  |              |- sol (1th coding test solution file)
#  |              |
#  |              |- 2 (problem 2 folder)
#  |             ...
# ...
  • n회 대회에 대한 자료로 들어가시면, README와 각 문제에 대한 폴더들이 있습니다.
    • README 에는 아래와 같은 내용들이 있습니다.
      • 대회에 출제된 문제들과 백준 링크
      • 주요 문제들에 대한 간단한 리뷰
      • 간단한 솔루션 스케치
    • 솔루션에는 문제별로 아래와 같은 내용들이 있습니다. COCI format을 따릅니다.
      • 출제 의도
      • 솔루션
      • 필요한 스킬
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].