je-suis-tm / search-and-sortLinks
Julia and Python search algorithm implementation including Bloom Filter, Aho-Corasick, Boyer-Moore, Knuth-Morris-Pratt, Rabin-Karp, Binary & Sequential; hash algorithm implementation including Fowler-Noll-Vo-1, Jenkins One-at-a-time, Hash Chaining, Linear Probing & Quadratic Probing; sort algorithm implementation including Cocktail, Bitonic, Gno…
☆20Updated 3 years ago
Alternatives and similar repositories for search-and-sort
Users that are interested in search-and-sort are comparing it to the libraries listed below
Sorting:
- Julia and Python recursion algorithm, fractal geometry and dynamic programming applications including Edit Distance, Knapsack (Multiple C…☆64Updated 2 years ago
- A collection of projects published by Bloomberg's Quantitative Finance Research team.☆126Updated 3 years ago
- A python script which calculates the NOPE & NOPE_MAD for given equities using option chains and quotes gathered from TD Ameritrades API (…☆18Updated 4 years ago
- MorningStar.com scraper that consolidates tens of thousands of financial records into a SQLite relational database. Class 'dataframes' ea…