trie-search-js

WebJar for trie-search-js

Лицензия

Лицензия

Категории

Категории

JavaScript Языки программирования Search Прикладные библиотеки
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

trie-search-js
Последняя версия

Последняя версия

0.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

trie-search-js
WebJar for trie-search-js
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/mikedeboer/trie

Скачать trie-search-js

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/trie-search-js/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>trie-search-js</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/trie-search-js/
implementation 'org.webjars.npm:trie-search-js:0.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/trie-search-js/
implementation ("org.webjars.npm:trie-search-js:0.0.1")
'org.webjars.npm:trie-search-js:jar:0.0.1'
<dependency org="org.webjars.npm" name="trie-search-js" rev="0.0.1">
  <artifact name="trie-search-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='trie-search-js', version='0.0.1')
)
libraryDependencies += "org.webjars.npm" % "trie-search-js" % "0.0.1"
[org.webjars.npm/trie-search-js "0.0.1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Trie.js

My take on an efficient implementation of a Trie in Javascript

Short story

A Trie is a kind of digital search tree. (See [Knuth1972] for more details on digital search trees.)

[Fredkin1960] introduced the trie terminology, which is abbreviated from "Retrieval".

[Knuth1972] Knuth, D. E. The Art of Computer Programming Vol. 3, Sorting and Searching. Addison-Wesley. 1972.

[Fredkin1960] Fredkin, E. Trie Memory. Communication of the ACM. Vol. 3:9 (Sep 1960). pp. 490-499.

(source)

The trie implementation of Dennis Byrne served as a starting point and inspiration.

For more information, please take a look at the Wikipedia article

Usage

Please take a look at the file

  test/test.html

which pretty much explains the things you can do with Trie.js in code. The test.html file uses a pure JS dataset of 44.830 records, which you can find in

  data/people_44830.js

More information and full documentation of the API can be found in

  docs/index.html

Or read them online at https://mikedeboer.github.io/trie/.

License

MIT.

Amsterdam, 2010. Mike de Boer.

Версии библиотеки

Версия
0.0.1