Posts by Tag

java

Back to top ↑

TIL

iOS스터디 week3, 계산속성과 저장속성

3 minute read

구조체(struct) and 클래스(class) 이 둘은 모두 객체지향 → 공통적으로 속성값(properties)은 같다. 저장속성, 지연(Lazy)저장속성, 계산속성(Computed), 타입속성, 속성 감시자(observer)

inout 입출력 파라미터, gaurd문, 옵셔널 바인딩

3 minute read

기존 파이썬이나 자바스크립트 문법을 알고 있기 때문에, 비슷한 방식의 문법구조와 관련된 건 스킵하기로 했다. 다만 Swift에서 꼭 알아야만 하는 문법과 이 언어의 특징과 같은 문법들은 꼼꼼하게 되짚어보자. (사실 이게 더 어려움;;)

Back to top ↑

XR

AI Utilization in XR Technology

1 minute read

Recently, there have been many tips on how to use ChatGPT effectively on the Internet. This skill is called Prompt Engineering. Some people are very good at ...

Back to top ↑

GenAI

Back to top ↑

python

Back to top ↑

hackathon

2024 Google 새싹 해커톤 서울시 대회 수상 회고록

7 minute read

프롤로그 인간을 대체할 만한 AI의 발전, 개발직을 정말 내가 원하긴 하는지, 그래서 T자형 인간이 도대체 뭐일까에 대한 회의감 등등 지난 1년동안 참 많은 것들을 고민하며 지내온 것 같다. 이런 시간을 보내면서, VS code를 단 한번도 열어보지 않았고, 그 수북하고 초록색으로...

Back to top ↑

Dom

Back to top ↑

SVG

Back to top ↑

Canvas

Back to top ↑

simulator

Back to top ↑

Grab

Back to top ↑

hash

Back to top ↑

Tree

Binary Search Trees

11 minute read

BinarySearchTree는 삽입, 삭제, 검색에서 평균적으로 O(log n)의 시간 복잡도를 가진다. 그러나 최악의 경우에는 O(n) 시간 복잡도를 가질 수 있다. 이는 Array, ArrayList, LinkedList의 평균 O(n) 성능보다 훨씬 좋다.

Binary Trees

7 minute read

Understand binary-tree concepts and important properties, such as the Binary Tree Theorem and the External Path Length Theorem. Be able to perfor...

Back to top ↑

sorting

Back to top ↑

blog

Back to top ↑

jekyll

Back to top ↑

Collection

Back to top ↑

enum

Back to top ↑

extenstion

Back to top ↑

Git

Github 대용량 파일 업로드 삽질….

2 minute read

GIF는 어지간하면 올리지 말자… 회고록을 올리면서 영상 데이터는 올릴 수가 없어서 MOV 파일을 Gif로 변환하여 깃허브에 push를 했다.

Back to top ↑

protocol

Back to top ↑

network

Back to top ↑

LinerAlgebra

Back to top ↑

modeling

Back to top ↑

Scaling

Back to top ↑

VertexProcessing

Back to top ↑

shader

Back to top ↑

Rasterizer

Back to top ↑

imageTexturing

Back to top ↑

Lighting

Back to top ↑

OutputMerger

Back to top ↑

EulerTransform

Back to top ↑

Quaternion

Back to top ↑

ObjectManipulation

Back to top ↑

codingtest

Back to top ↑

Stack

JAVA Coding Test Stack

4 minute read

Stack(LIFO) 데이터의 입력과 출력 순서는 후입선출(FILO)방식이다. 데이터를 제한적으로 접근할 수 있는 구조이고, 한쪽 끝에서만 자료를 넣거나 뺄 수 있는 구조 (DFS) 스택은 거의 모든 애플리케이션을 만들 때 사용되는 자료구조로서, 스택과 연관된 알고리즘을 제대...

Back to top ↑

interactor

Back to top ↑

interactable

Back to top ↑

locomotion

Back to top ↑

UI

Back to top ↑

Object3D

Back to top ↑

Transform

Back to top ↑

geometry

Back to top ↑

Unity

Back to top ↑

material

Back to top ↑

light

Back to top ↑

greedy

Back to top ↑

interaction

Back to top ↑

event

Back to top ↑

brute-force

Back to top ↑

Prefabs

Back to top ↑

Collider

Back to top ↑

GameManager

Back to top ↑

CursorAI

Back to top ↑

MCP

Back to top ↑

LLM

Back to top ↑

BinaryTree

Binary Trees

7 minute read

Understand binary-tree concepts and important properties, such as the Binary Tree Theorem and the External Path Length Theorem. Be able to perfor...

Back to top ↑

BinarySearchTree

Binary Search Trees

11 minute read

BinarySearchTree는 삽입, 삭제, 검색에서 평균적으로 O(log n)의 시간 복잡도를 가진다. 그러나 최악의 경우에는 O(n) 시간 복잡도를 가질 수 있다. 이는 Array, ArrayList, LinkedList의 평균 O(n) 성능보다 훨씬 좋다.

Back to top ↑

Heap

Back to top ↑

PriorityQueue

Back to top ↑

management

Back to top ↑

risk

Back to top ↑

mergesort

Back to top ↑

insertionsort

Back to top ↑

selectionsort

Back to top ↑

bubblesort

Back to top ↑

quicksort

Back to top ↑

heapsort

Back to top ↑

AR

AI Utilization in XR Technology

1 minute read

Recently, there have been many tips on how to use ChatGPT effectively on the Internet. This skill is called Prompt Engineering. Some people are very good at ...

Back to top ↑

map

Back to top ↑

hashtable

Back to top ↑

collision

Back to top ↑

Dynamic Programming

Back to top ↑

graph

Graph

3 minute read

Graph 우리가 흔히 생각하는 ‘그래프(chart)’가 아니라, 요소 간의 관계를 표현하는 자료구조임. 여러 요소가 어떻게 연결되어 있는지를 표현함. 예시: SNS에서 사용자는 서로 팔로우하거나 팔로우당함 → 단순 배열이나 트리로는 표현이 어려움.

Back to top ↑