We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d0b279 commit 9b9fceeCopy full SHA for 9b9fcee
README.md
@@ -18,7 +18,7 @@ c = 1 <| b # Creates a new list C using the cons opertor <| with b as th
18
* Utility functions:
19
```julia
20
21
-""" (length(lst1)), O(1) if either list is empty.. needs improvment """
+""" (length(lst1)), O(1) if either list is empty """
22
listAppend
23
24
""" O(n) """
0 commit comments