SinglyLinkedList

command
v0.0.0-...-6873a81 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2023 License: MIT Imports: 1 Imported by: 0

README

단순 연결 리스트

메모리 저장 방식

노드 단위로 메모리를 할당하고 저장 위치 순서와 상관없이 다음 데이터의 주소를 저장한다.

연산

삽입, 삭제 연산 후 논리적인 순서가 변경되어도 주소 정보만 변경되고 물리적인 위치는 변경되지 않는다.

특징

  1. 데이터 탐색은 배열과 비교해 저장 주소를 찾아가야 하므로 느리다.
  2. 길이가 정해지지 않은 데이터를 다룰 때 선호된다.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL