42 skills found · Page 1 of 2
PengFTang / Algorithms In JavaCommonly used algorithms including: sorting algorithms, two pointers, dynamic programming, backtracking, KMP, bit operation, etc
kehengzhong / Adif用标准c语言开发的常用数据结构和算法基础库,作为应用程序开发接口基础库,为编写高性能程序提供便利,可极大地缩短软件项目的开发周期,提升工程开发效率,并确保软件系统运行的可靠性、稳定性。
andyxialm / KMPAutoCompleteTextViewAutoCompleteTextView for android with KMP algorithm
KhubaibKhan4 / Crypto KMPCrypto-KMP Developed using Compose Multiplatform and Contains the Android, iOS, Web And Desktop Applications.
MinhasKamal / AlgorithmImplementationsImplementation of Elementary Algorithms (infix-prefix-postfix-evaluation-to-longest-common-increasing-sub-sequence-activity-selection-balance-kd-binary-heap-binomial-tree-breath-depth-first-search-max-flow-shortest-path-topological-sort-calculus-derivative-integration-forward-interpolation-simpson-rule-intersecting-area-non-linear-equation-jacobis-gauss-seidal-bisection-false-position-newton-raphson-fixed-point-secant-cigarette-smokers-genetic-huffman-a-a*-star-binary-knuth-morris-pratt-kmp-quick-thread-priority-based-premitive-shortest-job-non-primitive-arithmetic-expression-data-structures-list-node-implementation-one-two-way-linked-stack-string-graph-numerical-methods-equation-solving-solve-process-problem-search-sort-prime-ugly-friend-perfect-fibonacci-factorial-factor-number)
paddie / GokmpString-matching in Golang using the Knuth–Morris–Pratt algorithm (KMP)
xubenhao / Algorithm1.算法与数据结构库;2.已经实现动态数组/双向链表/栈/队列/堆/链式哈希表/二叉搜索树/红黑树.均以C++模板类实现,可用于实际项目中替代STL的容器类及数据结构学习.3.已经实现图/深度优先/广度优先/单源最短路径/所有结点对最短路径/最小生成树/快速排序/归并排序/字符串匹配算法.可用于实际项目及算法学习.4.对分治/迭代算法设计方法进行总结,对动态规划/贪心算法针对几个经典问题做了具体实现.
KhubaibKhan4 / Flexi Store AdminFlexi-Store-Admin Panel of the Ecommerce Platform named as Flexi-Store-KMP Project. It supports Android, iOS, Web & Desktop
rvhuang / Kmp AlgorithmThe Most Complete .NET/C# Implementation of Knuth–Morris–Pratt Algorithm
rvenky125 / Kmp Device Info🔧 Set of utility functions for getting device information in KMP projects.
dryruner / String MatchingString matching algorithms, like using Brute force, Finite state machine, KMP, Shift_and, etc.
KhubaibKhan4 / Wallpaper KMPWallpaper Desktop Kotlin Multiplatform (Android, iOS, Desktop & Web). A KMP application for browsing and downloading wallpapers. Built using Kotlin Multiplatform, Compose Desktop, and Ktor.
kkdai / KmpKMP (Knuth–Morris–Pratt algorithm) implement and related string function `Strstr` and `Strchr` in Golang
EclesioMeloJunior / Zig GrepA grep that implements KMP pattern search algorithm written in Zig
mikewlange / 35SearchesInCAround 35 of the fastest and most widely used full text search algorithms. Written in c, compiled with llvm.clang for iOS and everything else. Boyer-Moore , Knuth-Morris-Pratt, Reverse Colussi even the Zhu-Takaoka algorithm. And 32 more.
KHvic / AlgorithmsAdvance algorithm implementations
lijqhs / Algorithms NotesNotes of Algorithms Learning
njuptlogic / KMP Data Structure Algorithm Design 南京邮电大学数据结构算法设计,该工具基于C++实现,结合KMP算法,可以快速查找文本文件中指定单词的位置及出现次数。程序会逐行读取文本内容,并统计指定单词在每一行的出现次数及总计。
KhubaibKhan4 / MovieDesktopMovie Desktop is Developed using Kotlin Mutliplateform and Ktor as Client.
akhilsharma12297 / Data Structures And AlgorithmsPopulated with various Data Structures and algorithms. This repository is written In Java and consists of various Data Structures (Stack, Queue, LinkedList, Trees, Graph, Heap, HashMap, Tries) implementing them in all their variations and types along with various working and operations. Also included are Various set of top algorithms like kadanas, FloydWarshal, Prims, Kruskal, Moore Voting System, Djikrats, BelmanFord, Moris loop Algo, KMP, Z, Suduko, etc.