-
Updated
Nov 23, 2020 - HTML
dsa
Here are 331 public repositories matching this topic...
-
Updated
Nov 19, 2020 - C++
-
Updated
May 30, 2020
-
Updated
Nov 24, 2020 - Python
Add more resources
I was trying to implement Dark Mode. But there is some issue with the scroll container position. It is leaving some white space due to some height constraints. Can we make changes to UI:
- Merge footer into Navbar with toggle button for dark mode and about section.
- Implementing dark mode in all pages
- And some white space fixes.
Given an array A of random integers and an integer k, find and return the kth largest element in the array.
Try to do this question in less than O(nlogn) time.
Input Format :
Line 1 : An integer N i.e. size of the array
Line 2 : N integers which are elements of the array, separated by spaces
Line 3 : An integer k
Output Format :
kth largest element
Input Constraints :
1 <= N, Ai,
-
Updated
Oct 9, 2020 - Scheme
-
Updated
Nov 27, 2020 - Python
-
Updated
Oct 1, 2020 - C++
PULL REQUESTS WILL BE MERGED
Thankyou so much everyone for contributing in the repository.
As i am the only one to manage the repo so after some simple checks I will surely merge your pull request.
Happy Coding! and contributing to open source.
These contributions are really valuable.
Implement Bubble Sort
The task is to complete bubble() function which is used to implement Bubble Sort!
Example 1:
Input:
5
4 1 3 9 7
Output:
1 3 4 7 9
Example 2:
Input:
10
10 9 8 7 6 5 4 3 2 1
Output:
1 2 3 4 5 6 7 8 9 10
Your Task: This is a function problem. You only need to complete the function bubble() that sorts the array. Printing is done automatically b
-
Updated
Nov 27, 2020 - Python
-
Updated
Apr 23, 2020 - Jupyter Notebook
-
Updated
Jan 24, 2020 - C++
-
Updated
Oct 3, 2020
-
Updated
Nov 6, 2020 - C++
-
Updated
Apr 7, 2018 - Python
-
Updated
Jan 9, 2020
-
Updated
Sep 19, 2019 - PHP
-
Updated
Oct 26, 2020 - JavaScript
-
Updated
Oct 25, 2020 - C++
Improve this page
Add a description, image, and links to the dsa topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dsa topic, visit your repo's landing page and select "manage topics."