Skip to content

yas-2023/leetcode_arai60

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

leetcode_arai60

LinkedList

Stack

Heap, PriorityQueue

HashMap

Graph, BFS, DFS

Tree, BT, BST

Sort

Dynamic Programming

Binary Search

Recursion

Sliding Window

Greedy + Backtracking

その他

環境構築 git worktree

# mainブランチをチェックアウト
$ git clone https://github.com/yas-2023/leetcode_arai60 main
$ cd main/

# 既存ブランチの場合
# 141ブランチをチェックアウト
$ git worktree add -b 141 ../141 origin/141

# 142ブランチをチェックアウト
$ git worktree add -b 142 ../142 origin/142

# 83ブランチをチェックアウト
$ git worktree add -b 83 ../83 origin/83

# 新規ブランチの場合(末尾のブランチ指定をmainにする)
# 82ブランチを新規作成してチェックアウト
$ git worktree add -b 82 ../82 origin/main


# ディレクトリ構造
├── 141
│   ├── 141
│   │   ├── memo.md
│   │   ├── step2_1.py
│   │   ├── step2_2.py
│   │   └── step3_1.py
│   └── README.md
├── 142
│   ├── 142
│   │   ├── memo.md
│   │   ├── step2.py
│   │   └── step3.py
│   └── README.md
├── 83
│   ├── 83
│   │   ├── memo.md
│   │   ├── step2.py
│   │   └── step3.py
│   └── README.md
└── main
    └── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published