/users
/posts
/slides
/apps
/books
mysetting
/users
/posts
/slides
/apps
/books
1:37 5/31
chanhaeng.blogspot.com
1:37
chanhaeng.blogspot.com
chan blog
https://chanhaeng.blogspot.com/
저작도구: Blogger
최종 피드 수집: 2024-11-12 19:47
전체 (30)
2y
new blog created
https://lch32111.github.io/
New blog created, if you're interested.
[Daily Life] Anything
+ 더보기
0
0
0
읽기모드
2y
캐나다 몬트리올에서 석사 생활 시작 여정 (3)
2022.08.22
3번째 편이 마지막 글이여서 다행이다.
18일은 나쁜 날이 었지만, 19일부터는 매우 좋은 나날이였다. 그래서 나의 생각을 정리할 필요가 없었기에 그동안 글도 안썼다. 18일에는 19일에 조금이라도 나은 날을
[Daily Life] Anything
+ 더보기
0
0
5
읽기모드
2y
몬트리올 일기 (2)
2022.08.18
제목을 몬트리올 일기로 바꾸었다. 불평, 불만을 많이 하고 싶은 날이기에 제목을 바꾸고 싶어졌다. 오늘은 많은 것을 배우는 날이였다.
오전에 은행 계좌를 열러갔었다. 예약은 11시였지만, 담당자가 뭐가 문제가
[Daily Life] Anything
+ 더보기
0
0
1
읽기모드
2y
캐나다 몬트리올에서 석사 생활 시작 여정 (1)
캐나다 몬트리올에서 석사 생활 시작 여정 (1)
정신없는 와중에 나를 위한 정리, 그리고 누군가에게 도움이 될 지 모르는 나의 경험을(or 일기, 불평, 불만, 주절거림) 써본다. 영어로 쓰는 블로그로 옮길 예정이였지만, 이 내용
[Daily Life] Anything
+ 더보기
0
0
5
읽기모드
2y
2021년 리뷰
2021년 리뷰
이것을 작성하는 시점인 지금은 2022년 1월 2일. 한 해가 마무리 되면서 작년에 썼듯이, 리뷰를 써야 한다는 것이 떠오르기 시작했다. 그러나 무언가 바쁜 일정들 때문에 시간을 내어서 집중해서 이것을 쓰기가 쉽지
2021_회고
[Daily Life] Anything
+ 더보기
1
0
5
읽기모드
3y
Belief
This is not about the Schopenhauer, but I can't help writing my opinions after seeing some clips on Afghanistan. I'm no expert o
[Philosophy] 쇼펜하우어
+ 더보기
0
0
0
읽기모드
3y
자연에서의 의지에 관하여, 작품
P122
나의 학설로부터 당연히, 모든 존재가 자신의 작품이라는 사실이 도출된다. 자연, 즉 결코 속일 수 없고 천재처럼 순진한 자연은 자신을 꾸밈없이 표명한다. 모든 존재는 자신과 정확히 같은 다른 어떤 것에 생명의 불을 점화
[Philosophy] 쇼펜하우어
+ 더보기
0
0
3
읽기모드
3y
2021년 계획
2021년 계획
2021년 계획
다시 1월 1일이다. 연말에 일이 바빠서 충분한 휴식을 갖지 못한 것에 대한 보상으로 늦게까지 게임하고 놀다가 이제야 씻고서, 머리가 마를 동안 올해가 어떻게 흘러갔으면 좋을지 생각을 해보고자 한
[Daily Life] Anything
+ 더보기
0
0
0
읽기모드
3y
14-1 Order Statistics Trees Implementation
14-1 Order Statistics Tree Impl
14-1 Order Statistics Trees Implementation
2020-11-22
x
#pragma once
#ifndef __ORDER_STATISTIC_T
[Programming] Algorithms
+ 더보기
0
0
0
읽기모드
3y
14 Augmenting Data Structures
14 Augmenting Data Structures
Augmenting Data Structures14.1 Dynamic order statisticsRetrieving an element with a given rankDete
[Programming] Algorithms
+ 더보기
0
0
0
읽기모드
4y
15 Dynamic Programming
15 Dynamic Programming
15 Dynamic Programming15.1 Rod Cutting15.2 Matrix-chain multiplicationCouting the number of parenthesizat
[Programming] Algorithms
+ 더보기
0
0
0
읽기모드
4y
13 Red-black Trees - 13-3 AVL Tree
13-3 AVL trees
MIT AVL Trees, AVL sortAVL treesClaim : AVL trees are balancedProveAVL insertAVL 구현 with the above MIT course(Wik
[Programming] Algorithms
+ 더보기
0
0
0
읽기모드
4y
CS : APP Chapter 2-2
Chapter 2-2
2.2 Integer Representations2.2.1 Integral Data Types2.2.2 Unsigned Encodings2.2.3 Two's-Complement Encodings2.2.4 Co
[Programming] CS:APP
+ 더보기
0
0
0
읽기모드
4y
13 Red-black Trees Problems - 13-1 Persistent Dynamic Sets, 13-2 Join operation on red-black trees
13 Red-black Trees Problems
Problems
13-1 Persistent dynamic sets
알고리즘 수업 동안, 우리는 가끔씩, dynamic set이 업데이트 될 때, dynamic set의 이전 ve
[Programming] Algorithms
+ 더보기
0
0
0
읽기모드
4y
13 Red-black Trees Implementation
13 Red-black Trees Impl
2020-09-27
더 해야 할 것
binary search tree 편하게 console에 찍는 함수 이해해서 개량하기
insert 되는 상황 직접 손으로 다 케이스 규명해서 완전 이해
[Programming] Algorithms
+ 더보기
0
0
0
읽기모드
4y
13 Red-black Trees
13 Red-black Trees
13 Red-Black Trees
13 Red-Black Trees13.1 Properties of red-black trees13.2 Rotations13.3 Insertion13.4 Delet
[Programming] Algorithms
+ 더보기
0
0
0
읽기모드
4y
12 Binary Search Tree
12 Binary Search Tree
12 Binary Search Trees
그 search tree 자료구조는 SEARCH, MINIMUM, MAXIMUM, PREDECESSOR, SUCCESSOR, INSERT, 그리고 D
[Programming] Algorithms
+ 더보기
0
0
0
읽기모드
4y
Simulating Ocean Waves
Welcome file
https://www.scratchapixel.com/lessons/procedural-generation-virtual-worlds/simulating-odean-waves/simulating-
[Programming] Scratchapixel
+ 더보기
0
0
0
읽기모드
4y
CS : APP Chapter 2-1
Welcome file
Chapter 2 Representing and Manipulating Information
2.1 Information Storage
우리는 숫자의 가장 중요한 세 개의 표현들을 고려한다.
[Programming] CS:APP
+ 더보기
0
0
0
읽기모드
4y
Computer Systems : A Programmer's Perspective 공부 시작
나의 실력을 키우기에 아주 좋은 CS 기본 책을 찾았다. 이것은 내가 올해 설정한 스터디 목표중 게임 엔진의 로우 레벨단을 공부하는 것인데, 이 책만 제대로 파도, 웬만한 로우레벨에 필요한 지식을 다 공부할 수 있을 것 같다.
[Programming] CS:APP
+ 더보기
0
0
0
읽기모드
About
Badge
Contact
Activity
Terms of service
Privacy Policy