Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
divya1509 committed Oct 30, 2020
1 parent be87c1d commit 6b8795e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Sorting Algorithms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,12 @@ Tip : To learn more about divide and conquer approach [click here](https://www.g
This algorithm is implemented in [this file](src/quickSort.java).


-> Can you try making the recursion tree? (check you answer [here](images/QuickSort.png)).
-> Can you try making the recursion tree?

Don't give up too soon! </br> </br> </br>
Once you done verify your anser with the help of following
![recursion Tree](images/QuickSort.png)




Expand Down Expand Up @@ -253,6 +258,7 @@ Since with all your dedication and hardwork you have reached till here so test w
## REFERENCES: <br/>
https://www.geeksforgeeks.org/sorting-terminology/ <br/>
https://www.geeksforgeeks.org/time-complexities-of-all-sorting-algorithms/?ref=leftbar-rightbar </br>

## SUMMARY:
I believe that you are now relatively comfortable with the sorting algorithms and you can implement these.<br/>
For the things we have to learn before we can do them, we learn by doing them. </br>
Expand Down
6 changes: 6 additions & 0 deletions Sorting Algorithms/answers/ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Answers
### Go ahead to submit your answers by making PRs.

If you aren't familier with the working of PR read [this](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request)
</br> </br>
Happy Coding! :)

0 comments on commit 6b8795e

Please sign in to comment.