티스토리 뷰

Computer Science/Algorithm

알고리즘 관련 유용한 사이트 모음

꿈을 위해 잠을 잊은 그대에게 2020. 4. 2. 08:49

튜토리얼 포인트

자료 구조에 대한 설명과 코드들을 간략하게 잘 정리해 놓음

http://www.tutorialspoint.com/data_structures_algorithms/binary_search_tree.htm

 

Data Structure - Binary Search Tree - Tutorialspoint

Data Structure - Binary Search Tree Advertisements A Binary Search Tree (BST) is a tree in which all the nodes follow the below-mentioned properties − The left sub-tree of a node has a key less than or equal to its parent node's key. The right sub-tree of

www.tutorialspoint.com

 

코세라 프린스턴 알고리즘 강의

https://class.coursera.org/algs4partI-010

 

Coursera

 

class.coursera.org

 

코세라 데이타 구조에 대한 강의 (그래프 구조에 대한 문제가 잘 정리되어 있음)

https://class.coursera.org/algs4partI-010

 

Coursera

 

class.coursera.org

 

알고리즘에 대한 일반적인 설명 (Algorithm 4th edition)

http://algs4.cs.princeton.edu/

 

Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne

Algorithms, 4th Edition essential information thatevery serious programmerneeds to know aboutalgorithms and data structures Online content.  This booksite contains tens of thousands of files, fully coordinated with our textbook and also useful as a standal

algs4.cs.princeton.edu

 

Octree와 QuadTree에 대한 설명 (게임에서의 응용)

http://www.gamedev.net/page/resources/_/technical/game-programming/introduction-to-octrees-r3529

 

Introduction to Octrees

What exactly is an Octree? If you're completely unfamiliar with them, I recommend reading the Wikipedia article (read time: ~5 minutes).

gamedev.net

백준 알고리즘

프로그래밍 문제를 풀고 온라인으로 채점을 받을 수 있음

https://www.acmicpc.net/

 

Baekjoon Online Judge

Baekjoon Online Judge 프로그래밍 문제를 풀고 온라인으로 채점받을 수 있는 곳입니다.

www.acmicpc.net

프로그래머스

코딩테스트를 위한 알고리즘/자료구조 연습사이트, 코드 리뷰를 통해서 개발업체와 채용 매칭

https://programmers.co.kr/

 

프로그래머스

코드 중심의 개발자 채용. 스택 기반의 포지션 매칭. 프로그래머스의 개발자 맞춤형 프로필을 등록하고, 나와 기술 궁합이 잘 맞는 기업들을 매칭 받으세요.

programmers.co.kr

 

'Computer Science > Algorithm' 카테고리의 다른 글

퀵 정렬 (Quick Sort)  (0) 2020.04.23
삽입 정렬 (Insertion Sort)  (0) 2020.04.21
선택 정렬 (Selection Sort)  (0) 2020.04.19
거품 정렬 (Bubble Sort)  (0) 2020.04.02
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크