Skip to content

Releases: shineware/aho-corasick

get(char ch) method 추가

19 Dec 16:17
Compare
Choose a tag to compare

get(char ch) method 추가

데이터 없을 때 null이 아닌 size 0의 결과 리턴

19 Dec 16:02
Compare
Choose a tag to compare

데이터 없을 때 null이 아닌 size 0의 결과 리턴

Add a new method for creating a FindContext

28 Nov 01:30
Compare
Choose a tag to compare
  • Add a new method for creating a FindContext by jihoonson a.k.a god of java

Trie를 순회할 때 상태를 유지하기 위한 FindContext를 추가하여 상태 유지 코드와 Trie 구조에 대한 코드를 분리

support eclipse ide

09 Jun 16:41
Compare
Choose a tag to compare
1.0.1

modify build.gradle for support eclipse ide

ahocorasick release by shineware!

22 Apr 17:22
Compare
Choose a tag to compare
1.0.0

setting for gradle project