Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita1d218d

Browse files
oimo23trekhleb
authored andcommitted
Fix japanese-translation typo and awkward grammer (trekhleb#296)
1 parentb87e326 commita1d218d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎README.ja-JP.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
[![Build Status](https://travis-ci.org/trekhleb/javascript-algorithms.svg?branch=master)](https://travis-ci.org/trekhleb/javascript-algorithms)
44
[![codecov](https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg)](https://codecov.io/gh/trekhleb/javascript-algorithms)
55

6-
このリポジトリには、JavaScriptベースの多数のサンプル
7-
一般的なアルゴリズムとデータ構造。
6+
このリポジトリには、JavaScriptベースの一般的なアルゴリズムとデータ構造に関する多数のサンプルが含まれています。
87

9-
各アルゴリズムとデータ構造には独自のREADMEがあります
10-
関連する説明と、さらに読むためのリンク (関連YouTubeのビデオも含まれてい).
8+
9+
各アルゴリズムとデータ構造には独自のREADMEがあります。
10+
関連する説明と、さらに読むためのリンク (関連YouTubeのビデオ)も含まれています。
1111

1212
_Read this in other languages:_
1313
[_English_](https://github.com/trekhleb/javascript-algorithms/),
@@ -39,7 +39,7 @@ _Read this in other languages:_
3939
*`A`[ツリー](src/data-structures/tree)
4040
*`A`[バイナリ検索ツリー](src/data-structures/tree/binary-search-tree)
4141
*`A`[AVLツリー](src/data-structures/tree/avl-tree)
42-
*`A`[赤黒のリー](src/data-structures/tree/red-black-tree)
42+
*`A`[赤黒のツリー](src/data-structures/tree/red-black-tree)
4343
*`A`[セグメントツリー](src/data-structures/tree/segment-tree) - with min/max/sum range queries examples
4444
*`A`[フェンウィック・ツリー](src/data-structures/tree/fenwick-tree) (Binary Indexed Tree)
4545
*`A`[グラフ](src/data-structures/graph) (both directed and undirected)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp