Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
girliemac committed Feb 17, 2020
0 parents commit 039b410
Show file tree
Hide file tree
Showing 7 changed files with 457 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.env
.env.build
.DS_Store
node_modules
npm-debug.log
package-lock.json
427 changes: 427 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Doodles-as-A-Service Repo

[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]

👋 Hello, I am sharing some of my doodles, which was originally posted on [Twitter](https://twitter.com/girlie_mac), in larger resolution.

## Algorithms

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²)


---

This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0
International License][cc-by-sa].

[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]

[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg
Binary file added algorithms/png/algorithm101_BigO_01.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_BigO_02.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_BigO_01.tiff
Binary file not shown.
Binary file added algorithms/tiff/algorithm101_BigO_02.tiff
Binary file not shown.

0 comments on commit 039b410

Please sign in to comment.