-
Updated
Sep 14, 2020 - JavaScript
#
searching
Here are 281 public repositories matching this topic...
Next-Generation full text search library for Browser and Node.js
nodejs
javascript
search
open-source
search-engine
elasticsearch
web
search-in-text
fuzzy-search
standalone
web-worker
javascript-library
fuzzy
full-text-search
node-module
search-algorithm
searching-algorithms
fulltext-search
searching
UITextField subclass with autocompletion suggestions list
-
Updated
Jun 16, 2020 - Swift
jQuery grid plugin
javascript
jquery
sorting
jquery-plugin
grid
jquery-ui
table
bootstrap4
pivot-tables
editing
bootstrap3
group
pivot
searching
paging
jquery-grid-plugin
-
Updated
Jun 26, 2020 - JavaScript
Trinity IR Infrastructure
-
Updated
Nov 8, 2019 - C++
A .NET indexing and search engine powered by Lucene.Net
-
Updated
Sep 25, 2020 - C#
lilashih
commented
Nov 28, 2019
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 @searchPersistent, simple, powerful and portable autocomplete library
-
Updated
May 21, 2020 - C#
PHP client library for RediSearch.
-
Updated
Sep 21, 2020 - PHP
Full Phoenix Support for Rummage. It can be used for searching, sorting and paginating collections in phoenix.
search
pagination
sorting
elixir
phoenix
sort
elixir-programming-language
elixir-library
searching
rummage
ransack
metasearch
-
Updated
Jul 10, 2020 - Elixir
Lightweight and read-write optimized full text search library.
nodejs
javascript
search
open-source
search-engine
web
search-in-text
standalone
javascript-library
full-text-search
node-module
search-algorithm
searching-algorithms
fulltext-search
searching
-
Updated
Jul 23, 2019 - HTML
Filtering from incoming params in Elixir/Ecto/Phoenix with easy to use DSL.
-
Updated
Jun 10, 2020 - Elixir
Implementation of All ▲lgorithms in Python Programming Language
python
sorting
cryptography
algorithm
cipher
math
algorithms
dynamic-programming
hacktoberfest
searching
searches
allalgorithms
-
Updated
Oct 4, 2020 - Python
Coding interview preparation ✨ Includes algorithms, data structures & big-🙃 complexities 🚀
python
sorting
avl-tree
algorithms
graphs
cracking-the-coding-interview
trie
data-structures
selection
heap
complexities
big-o
dynamic-programming
hashtable
trees
searching
coding-interview
distjoint-set
-
Updated
Oct 31, 2019 - Python
4
blenderskool
commented
Sep 13, 2020
A plugin that would open the typed URL in the input in a new tab.
Tree Search Language (TSL) is a wonderful search langauge.
-
Updated
Jul 26, 2020 - Go
Jquery DataTables with Asp.Net Core server side multi column sorting and searching Demo Project.
sorting
runtime
aspnetcore
dynamic
jquery-datatables
serverside
filtering
ordering
searching
jquery-datatable-serverside
aspnetcoremvc
aspnetcorewebapi
aspnetcorerazorpages
multiplecolumn
multiple-column-sorting
multiple-column-ordering
multiple-column-searching
multiple-column-filtering
-
Updated
Sep 12, 2020 - C#
Alvito - An Algorithm Visualization Tool for Python
visualization
python
gifs
sorting
algorithm
algorithms
numpy
matrix
array
jupyter-notebook
gif
seaborn
sorting-algorithms
matplotlib
create
searching-algorithms
searching
-
Updated
Jan 24, 2019 - Jupyter Notebook
A Book search app using Expo (React Native) and Google Books API
-
Updated
Oct 1, 2020 - JavaScript
A minimal search engine that saves you the stress of manually going through your offline websites looking for information..
-
Updated
Aug 11, 2020 - PHP
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.