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

Commit adc5962

Browse files
docs: more readable
1 parent 277af2f commit adc5962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
> This is the coding implementations of the [DSA.js book](https://books.adrianmejia.com/dsajs-data-structures-algorithms-javascript/) and the repo for the [npm package](https://www.npmjs.com/package/dsa.js).
88
9-
> In this repository, you can find classical algorithms and data structuresimplemented and explained in JavaScript. It can be used as a reference manual where developerscan refresh specific topics before an interview or looking for ideas to solve a problem more optimally.
9+
> In this repository, you can find the implementation of algorithms and data structures. They are implemented and explained in JavaScript. This material can be used as a reference manual for developers. You can refresh specific topics before an interview. Also, you can find ideas to solve problems more efficiently.
1010
1111
<!-- (Check out the Time Complexity Cheatsheet) -->
1212

@@ -154,7 +154,7 @@ they take different time to complete.
154154

155155
#### Most common time complexities
156156

157-
![image](https://user-images.githubusercontent.com/418605/59617342-2a715080-90f4-11e9-9de9-9315fb0133f9.png)
157+
[![image](https://user-images.githubusercontent.com/418605/59617342-2a715080-90f4-11e9-9de9-9315fb0133f9.png)](https://github.com/amejiarosario/dsa.js-data-structures-and-algorithms-in-javascript/blob/master/book/chapters/big-o-examples.adoc#summary)
158158

159159
<!-- - Constant time: _O(1)_
160160
- Logarithmic time: _O(log n)_

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /