Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ Feel free to open a [Discussion](https://github.com/arialdomartini/Back-End-Deve
* [Simple Web Server](#simple-web-server)
* [Sorting Huge Files](#sorting-huge-files)
* [Duplicates](#duplicates)
* [Big-O Notation](#big-o-notation)

* [Questions about Software Architecture](#architecture)
* [No Cache](#no-cache)
Expand Down Expand Up @@ -669,6 +670,9 @@ How would you sort a 10GB file? How would your approach change with a 10TB one?
#### Duplicates
How would you programmatically detect file duplicates?

#### Big-O Notation
Consider the following Code, what is its complexity in Big-O notation?

### [[↑]](#toc) <a name='architecture'>Questions about Software Architecture:</a>

#### No Cache
Expand Down