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

Commit9a15f58

Browse files
committed
Fixed two spelling errors
1 parent426e770 commit9a15f58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ and all `*.spec.js` files will be executed.
5656

5757
##Contributions
5858

59-
Fork the repo and makerequred changes. After that push your changes in branch, which is named according to the changes you did.
59+
Fork the repo and makerequired changes. After that push your changes in branch, which is named according to the changes you did.
6060
Initiate the PR.
6161

6262
Make sure you're editor makes validations according to the`.jshintrc` in the root directory of the repository.

‎src/searching/binarysearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
functionget(key){returnfunction(val){returnval[key];};}
66

77
/**
8-
*Searchs for specific element in a given array using
8+
*Searches for specific element in a given array using
99
* the binary search algorithm.<br><br>
1010
* Time complexity: O(log N).
1111
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp