[Algorithm] - 알고리즘 : 애너그램, 주사위 합계 경로
in Algorithm on Algorithm, Python, Anagram, Dice
in Algorithm on Algorithm, Python, Anagram, Dice
MVVM 패턴을 적용해서 토이 프로젝트를 진행해보자
Flutter에서 Google Map을 사용해보자
in Programming on Programming
in Programming on Programming
출처 : https://pusher.com/tutorials/clean-architecture-introduction
in DataStructure on Datastructure, Type, Bit
데이터는 컴퓨터에서 비트(Bit)
으로 표현된다. 비트
는 최소 단위인 2진수 값을 하나 저장할 수 있는 메모리 크기이다.
in Python on Python, Copy, Deepcopy, Shallowcopy
in Python on Python, List, Index, Slicing
python에서 list를 슬라이싱(slicing)하는 방법을 살펴보자