All Projects → changicho → algorithm-training

changicho / algorithm-training

Licence: other
The repository of problem solving (especially algorithm problems of computer science)

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to algorithm-training

Code-Collection
个人博客、解决方案、遇到的问题记录、代码片段、笔记
Stars: ✭ 14 (-39.13%)
Mutual labels:  problem-solving
CP-Templates
Competitive Programming Templates
Stars: ✭ 28 (+21.74%)
Mutual labels:  problem-solving
203-ACM-Problems-Code
203 ACM Problems Source Code in C++
Stars: ✭ 43 (+86.96%)
Mutual labels:  problem-solving
challenge100-codingtest-study
누구나 참여 가능한 알고리즘 코딩테스트 문제풀이 스터디
Stars: ✭ 84 (+265.22%)
Mutual labels:  problem-solving
DSA-EndGame
I have started Data structures and Algorithms on April 1, 2021, and this repository will be containing my resources, tutorial, codes, and my approach to Qs, for future reference. As I'm in the learning process, this repository will be refreshed daily with my new bits of knowledge.
Stars: ✭ 103 (+347.83%)
Mutual labels:  problem-solving
Data-Structures
This is my Data Structure code using Java Language
Stars: ✭ 13 (-43.48%)
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 (+26.09%)
Mutual labels:  problem-solving
BOJ
💊Baekjoon Online Judge (Java, Kotlin, Swift) & PS Roadmap
Stars: ✭ 41 (+78.26%)
Mutual labels:  problem-solving
programmers
programmers를 이용한 코딩테스트 공부
Stars: ✭ 42 (+82.61%)
Mutual labels:  problem-solving
cp-tool
cp-tool is an auto generator for solved problems at different online judges.
Stars: ✭ 24 (+4.35%)
Mutual labels:  problem-solving
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 (+160.87%)
Mutual labels:  problem-solving
10weeks-codingtest
구름EDU 10주완성 알고리즘 코딩테스트의 해설 답안집입니다
Stars: ✭ 122 (+430.43%)
Mutual labels:  problem-solving
OOKata
A catalog of Object Oriented Programming Problems
Stars: ✭ 20 (-13.04%)
Mutual labels:  problem-solving
LearnCPP
Learn Cpp from Beginner to Advanced ✅ Practice 🎯 Code 💻 Repeat 🔁 One step solution for c++ beginners and cp enthusiasts.
Stars: ✭ 359 (+1460.87%)
Mutual labels:  problem-solving
RedQuarkTutorials
Code used in all my tutorials on my website - redquark.org
Stars: ✭ 27 (+17.39%)
Mutual labels:  problem-solving
codeforces-timer
A Google Chrome extension which adds a timer to practice timed problem solving on codeforces
Stars: ✭ 20 (-13.04%)
Mutual labels:  problem-solving
CodeForces
Python solutions to CodeForces problems
Stars: ✭ 48 (+108.7%)
Mutual labels:  problem-solving
LeetCode
Competitive coding submissions at Leetcode goes here
Stars: ✭ 14 (-39.13%)
Mutual labels:  problem-solving
leetcode-solution-curation
A one-stop repository for LeetCode solutions.
Stars: ✭ 31 (+34.78%)
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 (+43.48%)
Mutual labels:  problem-solving

🖐 Changi Cho's Problem Solving Repository

알고리즘 문제 풀이 저장소입니다. (백준, 삼성, 프로그래머스 등등)

README.md 에 문제를 풀며 정리한 내용과 정답률 퍼센트, 원본 링크 등을 기록했습니다.

문제 풀이 정리 템플릿 보기

템플릿을 사용하시는것은 자유입니다. 사용하시면 star를 눌러주세요


🗂 폴더 구조

폴더명에 문제 번호와 문제 종류 태그로 구성 되어있습니다

number_tags
├── README.md   # 문제 풀이 정리 기록
├── answer.cpp  # 문제 풀이 파일 (.cpp, .js, .py ...)
└── data        # input & output 정리
    ├── data.txt    # test cases (input & output)
    └── input.txt   # input

🏷 문제 태그

다음 표에 나와있는 태그 외에도 다양한 태그들이 존재합니다.

문제 태그 표 확인하기
태그명 의미
backtracking 백트래킹
bfs 너비 우선 탐색
big 매우 큰 수
brute 부르트 포스 (전부 대입)
combination 조합
dfs 깊이 우선 탐색
divide 분할 정복 기법
dynamic 동적계획법
extreme 최대 최소 값 찾기
find 검색
graph 그래프
greedy 탐욕 알고리즘
iteration 반복문
list 큐, 스택, 리스트
mod 나머지
notation 진법 문제
number 정수론 (소수...)
recursive 재귀
sequence 순열
simulation 시뮬레이션
sort 정렬
string 문자열
table key, value 구조
tree 트리 구조
unique 유일한 값들의 집합

공부 현황

2021

  • 백준 플레티넘4 달성
  • 카카오커머스 개발자 영입 - 프론트엔드 개발 챌린지 코딩테스트 통과
  • LINE FINANCIAL PLUS 수시채용 코딩테스트 통과
  • 2021 SW개발 신입 LINER 공개채용 (상반기) 코딩테스트 통과
  • 2021 카카오 인턴십 for Tech developers 코딩테스트 통과
  • 2021 네이버 신입 공채 : 기술 직군 (상반기) 코딩테스트 통과
  • 2021 네이버웹툰 개발 챌린지 1차 코딩 테스트 (Front-End) 통과
  • 2021 토스 NEXT 코딩테스트 통과

2020

  • 현대카드 인턴 코딩테스트 통과
  • 소프트웨어 마에스트로 1차 2차 코딩테스트 통과
  • SK 브로드밴드 인턴 코딩테스트 통과
  • 우아한테크캠프 3기 코딩테스트 통과
  • 삼성전자 상반기 코딩테스트 통과 (오후반)
  • 카카오 blind recruit 1차 코딩테스트 통과
  • LINE 하반기 1차 코딩 테스트 통과
  • SKT 9월 수시채용 개발직군 코딩 테스트 통과
  • NHN 1차 코딩 테스트 통과
  • 삼성전자 하반기 코딩테스트 통과 (오전반)
  • 백준 플레티넘5 달성

2019

  • 삼성전자 A형 자격증 취득
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].