Skip to content

Commit

Permalink
Merge pull request #19 from kpryu6/main
Browse files Browse the repository at this point in the history
fix :toc and add author github link
  • Loading branch information
Jitria authored Jan 10, 2024
2 parents 761754c + 4ca84e9 commit ac36097
Show file tree
Hide file tree
Showing 22 changed files with 454 additions and 42 deletions.
10 changes: 7 additions & 3 deletions docs/courses/data-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,22 @@ has_children: true
---

# Data Structure

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

## Introduction

- [리스트](https://github.com/boanlab/boanlab.github.io/blob/983f556286b0291107974c2d8fc5c556dc1a5e1d/docs/courses/data-structure/list.md)
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/data-structure/graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Graph

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# 그래프

## 정의
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/data-structure/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# List

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# 리스트

## 리스트
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/data-structure/queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Queue

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# 큐(Queue)

### 정의
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/data-structure/stack.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Stack

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# 스택

### 정의
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/data-structure/tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Tree

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# 트리

### 정의
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/distributed-systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,22 @@ has_children: true
---

# Distributed Systems

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

## Introduction

- [Introduction](https://github.com/boanlab/boanlab.github.io/blob/983f556286b0291107974c2d8fc5c556dc1a5e1d/docs/courses/distributed-systems/introduction.md)
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/distributed-systems/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Architecture

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# Architecture

## What is Architecture?
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/distributed-systems/communication.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Communication

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# Communication

- 분산시스템의 Network Communication Model
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/distributed-systems/consistency.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Consistency and Replication

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# Consistency and Replication

- **Replication (복제)의 목적**
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/distributed-systems/coordination.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Coordination

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# Coordination

### Time coordination
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/distributed-systems/fault_tolerance.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Fault Tolerance

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# Fault Tolerance

### Dependability
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/distributed-systems/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,22 @@ grand_parent: Courses
---

# Introduction

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

# Introduction

## 분산 시스템이란 무엇인가?
Expand Down
10 changes: 7 additions & 3 deletions docs/courses/distributed-systems/naming.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,24 @@ grand_parent: Courses
---

# Naming

{: .no_toc }

## Table of contents

{: .no_toc .text-delta }

- TOC
{:toc}
{:toc}

---

# Naming

<div align="right">
<a href="https://github.com/kpryu6">
<img src="https://img.shields.io/badge/github-181717?style=for-the-badge&logo=github&logoColor=white">
</a>
</div>

### Naming 이란?

- Naming (개체 네이밍)이란?
Expand Down
Loading

0 comments on commit ac36097

Please sign in to comment.