Skip to content

Commit

Permalink
Add array and linked list
Browse files Browse the repository at this point in the history
  • Loading branch information
girliemac committed Feb 18, 2020
1 parent 63bc8bd commit e71ada6
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![header image](header.png)

# Doodles-as-A-Service Repo

[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]
Expand All @@ -20,7 +22,9 @@
The *tiff* files are for printing. I set them in 5.83 x 8.27 inches, wchich should fit in A5 paper size.

- Big O Notation: O(n)
- BIg O Natation: O(1) and O(n²)
- Big O Natation: O(1) and O(n²)
- Data Structures: Array
- Data Structures: Linked List


---
Expand Down
Binary file added algorithms/png/algorithm101_Array.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added algorithms/png/algorithm101_Linked_List.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added algorithms/tiff/algorithm101_Array.tiff
Binary file not shown.
Binary file added algorithms/tiff/algorithm101_Linked_List.tiff
Binary file not shown.
Binary file added header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e71ada6

Please sign in to comment.