All Projects → tony9402 → Baekjoon

tony9402 / Baekjoon

코딩테스트 대비 문제집(Baekjoon Online Judge)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Baekjoon

Leetcode Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
Stars: ✭ 22,440 (+7506.78%)
Mutual labels:  algorithms, math
Phobos
The standard library of the D programming language
Stars: ✭ 1,038 (+251.86%)
Mutual labels:  algorithms, math
Coding Interview Gym
leetcode.com , algoexpert.io solutions in python and swift
Stars: ✭ 451 (+52.88%)
Mutual labels:  algorithms, trie
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+1405.42%)
Mutual labels:  algorithms, math
Trienet
.NET Implementations of Trie Data Structures for Substring Search, Auto-completion and Intelli-sense. Includes: patricia trie, suffix trie and a trie implementation using Ukkonen's algorithm.
Stars: ✭ 122 (-58.64%)
Mutual labels:  algorithms, trie
Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (+2599.32%)
Mutual labels:  algorithms, math
Blog
About math, programming and procedural generation
Stars: ✭ 37 (-87.46%)
Mutual labels:  algorithms, math
Libmaths
A Python library created to assist programmers with complex mathematical functions
Stars: ✭ 72 (-75.59%)
Mutual labels:  algorithms, math
Sage
Mirror of the Sage source tree -- please do not submit PRs here -- everything must be submitted via https://trac.sagemath.org/
Stars: ✭ 1,656 (+461.36%)
Mutual labels:  algorithms, math
Project Euler Solutions
Runnable code for solving Project Euler problems in Java, Python, Mathematica, Haskell.
Stars: ✭ 1,374 (+365.76%)
Mutual labels:  algorithms, math
Algorithms
A collection of common algorithms and data structures implemented in java, c++, and python.
Stars: ✭ 142 (-51.86%)
Mutual labels:  algorithms, trie
Thermite
Thermite SIMD: Melt your CPU
Stars: ✭ 141 (-52.2%)
Mutual labels:  algorithms, math
Stats
A well tested and comprehensive Golang statistics library package with no dependencies.
Stars: ✭ 2,196 (+644.41%)
Mutual labels:  algorithms, math
Simdcompressionandintersection
A C++ library to compress and intersect sorted lists of integers using SIMD instructions
Stars: ✭ 289 (-2.03%)
Mutual labels:  algorithms
Machinelearning Samples
Samples for ML.NET, an open source and cross-platform machine learning framework for .NET.
Stars: ✭ 3,445 (+1067.8%)
Mutual labels:  algorithms
Awesome Golang Algorithm
📝 LeetCode of algorithms with golang solution(updating).
Stars: ✭ 3,217 (+990.51%)
Mutual labels:  algorithms
Swift Algorithm Club Cn
swift-algorithm-club的翻译。使用Swift学习算法和数据结构。
Stars: ✭ 304 (+3.05%)
Mutual labels:  algorithms
Bounce
Bounce is a 3D physics engine for games.
Stars: ✭ 300 (+1.69%)
Mutual labels:  math
Tryalgo
Algorithms and data structures for preparing programming competitions: basic and advanced
Stars: ✭ 288 (-2.37%)
Mutual labels:  algorithms
Leetcode 101
LeetCode 101:和你一起你轻松刷题(C++)
Stars: ✭ 5,327 (+1705.76%)
Mutual labels:  algorithms

코딩테스트 대비 문제집

❈ 코딩테스트을 준비하시는 분들을 위해 문제집을 만들어봤습니다. ❈

이 레포는 꾸준히 업데이트를 할 예정이며 문제집 어느정도 완성 후 풀이를 Python, Java, C++ 3가지 언어를 올릴 예정입니다.
(C++로 먼저 올릴 예정입니다.)

최근 기업 코딩테스트 알고리즘 분류 정리

바로가기

최근 기업 코딩테스트에 나왔던 알고리즘들을 정리해보았습니다.

대부분은 코딩테스트를 본 분들에게 들은거라 몇개가 누락되었거나 잘못된 부분이 있을 수도 있습니다.

각 알고리즘 문제집

❗️❗️순번은 알고리즘 공부 순서와는 무관합니다.❗️❗️

여기에서는 각 알고리즘 개념을 설명하는 것이 없습니다. 알고리즘 설명 링크 모음

문제 뽑은 기준 : 각 태그에 해당하는 문제(코딩 테스트에 나올 정도) 들을 최대한 많이 뽑고 반드시 풀고 넘어가면 좋은 문제를 체크해놨습니다.

❈ 중요❗️❗️ ❈

이 레포는 코딩테스트에 나올만한 유형에 대한 문제를 모았습니다.
알고리즘 유형이 회사마다 다릅니다. 따라서 아래 알고리즘들을 꼭 다 안풀어도 됩니다.
지원하시는 회사에 나오는 유형에 맞춰 골라 푸시기 바랍니다.
(문제집에도 추천 문제도 골라 푸셔도 됩니다.)

순번 Tag 태그 문제집 추천 문제 수 총 문제 수 상태
00 Data Structure 자료구조 바로가기 15 22 status
01 Data Structure 2 자료구조 2 바로가기 08 18 status
02 Math 수학 바로가기 12 12 status
03 Greedy 탐욕법 바로가기 25 59 status
04 Dynamic Programming 1 동적계획법 1 바로가기 24 76 status
05 Dynamic Programming 2 동적계획법 2 바로가기 25 75 status
06 Two Pointer 투 포인터 바로가기 10 32 status
07 Implementation 구현 바로가기 24 43 status
08 Graph Traversal 그래프 탐색 바로가기 28 90 status
09 Brute Force 완전탐색 바로가기 28 87 status
10 Simulation 시뮬레이션 바로가기 25 42 status
11 Binary Search 이분탐색 바로가기 19 65 status
12 Backtracking 백트래킹 바로가기 27 74 status
13 Divide and conquer 분할정복 바로가기 07 18 status
14 Prefix Sum 누적 합 바로가기 09 30 status
15 String 문자열 바로가기 19 64 status
16 Shortest Path 최단거리 바로가기 18 51 status
17 Topological Sorting 위상정렬 바로가기 05 13 status
18 Disjoint Set 분리 집합 바로가기 06 20 status
19 Minimum Spanning Tree(MST) 최소 스패닝 트리 바로가기 07 23 status
20 Trie 트라이 바로가기 05 09 status
21 Dynamic Programming On Trees 트리디피 바로가기 04 08 status

현재 진행정도



모의 문제집

이 문제는 알고리즘 분류와 관련 없이 문제를 뽑아놓은 문제입니다.

tony9402's Pick 모의고사 1회     status



Contributors


tony9402

VSFe

kim1109123

cola314

nnnlog
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].