This website works better with JavaScript.
Home
Explore
Help
Sign In
cs
/
java
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
adding wisdom learned from linked list scaling.
master
Charles Reid
3 years ago
parent
ea3b1b4b63
commit
5e5d9a152d
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
lists/linked-lists/README.md
+ 4
- 0
lists/linked-lists/README.md
View File
@@ -87,5 +87,9 @@ sizeof(string) =
4 + // cached hash code
```
Timing:
* Don't do logarithmic size.........
* Need to fix that actually.
* Cover a single order of magnitude, then maybe try for two.
Write
Preview
Loading…
Cancel
Save