-
Updated
Mar 6, 2022 - JavaScript
searching
Here are 436 public repositories matching this topic...
-
Updated
Nov 8, 2021 - Swift
-
Updated
Mar 27, 2022 - JavaScript
Safe Search
Hello,
Is there any way to enable 'safe search' on google queries and if not, could that be added? Seems by default that it's turned off.
-
Updated
Feb 26, 2022 - C#
Currently unTab supports two features for the tabs section results:
- Close Tab
- Pin Tab
An addition of the bookmark tab in the form of a bookmark icon would be really helpful too.
Hello people,
When I use keyboard arrow keys to select items, the roller can't scroll to the right position.
And I got the solution, but it will be great if someone can help me to fix this bug.
Thanks.
<template>
<div :class="className">
<CoolSelect @search-
Updated
Nov 8, 2019 - C++
-
Updated
Mar 30, 2022 - Ruby
-
Updated
Oct 18, 2021 - C#
-
Updated
Mar 7, 2022 - Python
-
Updated
Oct 30, 2021 - Python
-
Updated
Mar 26, 2021 - PHP
-
Updated
Jul 10, 2020 - Elixir
-
Updated
Jun 2, 2021 - HTML
-
Updated
May 27, 2021 - Elixir
-
Updated
Apr 7, 2022 - Go
-
Updated
Mar 25, 2022 - TypeScript
-
Updated
Jan 24, 2019 - Jupyter Notebook
-
Updated
Jan 13, 2022 - Shell
The only way to separate the groups is with a separator and that should be optional and should include a renderGroupHeader and renderGroupFooter that is called for each group passing info of the group and should return a component to render at the group top or bottom. Use only when available.
Regex Search
-
Updated
Jun 30, 2021 - Go
Improve this page
Add a description, image, and links to the searching topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the searching topic, visit your repo's landing page and select "manage topics."


steps to reproduce
Write a loop, from 1 to 80000, each time add a random int to the max heap.
In theory it takes very little time(NlogN, N=80000, <1sec ), but the program does take a long time.
I'v also tested the BinaryHeap in https://github.com/SolutionsDesign/Algorithmia, it performs well, so it is probably due to the bad algorithm.