Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo: Exersice -> Exercise #4

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@
- <a href="https://github.com/AvraamMavridis/FE-questions-answers/blob/master/exercises/exercise64.md">64. Find whether there exists a pair of elements, one from S1 and one from S2, that add up to x in O(n)</a>
- <a href="https://github.com/AvraamMavridis/FE-questions-answers/blob/master/exercises/exercise65.md">65. Find the k smallest elements of an unsorted set of n integers in O(n + k log n)</a>

<a href="https://github.com/AvraamMavridis/FE-questions-answers/blob/master/exerciseUtils.md">Various Utils helpful to generate test data</a>
<a href="https://github.com/AvraamMavridis/FE-questions-answers/blob/master/exercises/exerciseUtils.md">Various Utils helpful to generate test data</a>
2 changes: 1 addition & 1 deletion algorithms/binarySearch.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Exersice
## Exercise

Implemenent Binary Search in an array

Expand Down
2 changes: 1 addition & 1 deletion algorithms/countSort.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Exersice
## Exercise

Implemenent CountingSort.

Expand Down
2 changes: 1 addition & 1 deletion algorithms/heapify.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Exersice
## Exercise

Create a maxHeap

Expand Down
2 changes: 1 addition & 1 deletion algorithms/insertionSort.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Exersice
## Exercise

Implemenent insertionSort.

Expand Down
2 changes: 1 addition & 1 deletion algorithms/mergeSort.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Exersice
## Exercise

Implemenent Merge Sort.

Expand Down
2 changes: 1 addition & 1 deletion algorithms/quickSort.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Exersice
## Exercise

Implemenent QuickSort

Expand Down
2 changes: 1 addition & 1 deletion algorithms/radixSort.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Exersice
## Exercise

Implemenent LSD (less-significant-bit) Radix Sort.

Expand Down
2 changes: 1 addition & 1 deletion algorithms/selectionSort.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Exersice
## Exercise

Implemenent Selection Sort.

Expand Down
2 changes: 1 addition & 1 deletion exercises/exercise3.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Exersice
## Exercise

Create nested object from multiple string paths

Expand Down
2 changes: 1 addition & 1 deletion exercises/exercise4.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Exersice
## Exercise

For each of the following problems, give an algorithm that finds the desired numbers within the given amount of time. To keep your answers brief, feel free to use known algorithms as subroutines. For the example, S={6,13,19,3,8}, 19−3 maximizes the difference, while 8−6 minimizes the difference.

Expand Down
3 changes: 3 additions & 0 deletions test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
foobar

[test 123](algorithms/mergeSort.md)