咨询与建议

限定检索结果

文献类型

  • 100 篇 期刊文献
  • 48 篇 会议
  • 2 篇 学位论文

馆藏范围

  • 150 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 127 篇 工学
    • 123 篇 计算机科学与技术...
    • 30 篇 软件工程
    • 8 篇 电气工程
    • 4 篇 控制科学与工程
    • 2 篇 信息与通信工程
    • 2 篇 生物医学工程(可授...
    • 1 篇 机械工程
    • 1 篇 仪器科学与技术
    • 1 篇 电子科学与技术(可...
    • 1 篇 测绘科学与技术
    • 1 篇 生物工程
    • 1 篇 网络空间安全
  • 74 篇 理学
    • 70 篇 数学
    • 3 篇 生物学
    • 1 篇 物理学
    • 1 篇 化学
    • 1 篇 系统科学
    • 1 篇 统计学(可授理学、...
  • 4 篇 管理学
    • 4 篇 管理科学与工程(可...
  • 3 篇 法学
    • 3 篇 法学
  • 1 篇 农学
    • 1 篇 作物学

主题

  • 150 篇 string algorithm...
  • 16 篇 suffix trees
  • 15 篇 pattern matching
  • 11 篇 combinatorial pr...
  • 8 篇 palindromes
  • 7 篇 longest common s...
  • 7 篇 approximate stri...
  • 6 篇 word-level paral...
  • 6 篇 approximation al...
  • 6 篇 parikh vectors
  • 6 篇 data structures
  • 6 篇 dynamic programm...
  • 6 篇 edit distance
  • 5 篇 parallel algorit...
  • 5 篇 hamming distance
  • 5 篇 burrows-wheeler ...
  • 5 篇 suffix sorting
  • 5 篇 suffix array
  • 5 篇 combinatorics on...
  • 4 篇 repetitions

机构

  • 11 篇 cwi
  • 9 篇 vrije univ
  • 9 篇 kings coll londo...
  • 7 篇 univ helsinki de...
  • 7 篇 bar ilan univ de...
  • 7 篇 kyushu univ dept...
  • 7 篇 univ cent florid...
  • 5 篇 univ cent florid...
  • 4 篇 univ wisconsin d...
  • 4 篇 louisiana state ...
  • 4 篇 johns hopkins un...
  • 4 篇 univ haifa cri i...
  • 4 篇 kings coll londo...
  • 3 篇 univ warsaw inst...
  • 3 篇 univ eastern fin...
  • 3 篇 bar ilan univ de...
  • 3 篇 lodz univ techno...
  • 3 篇 shenkar coll dep...
  • 3 篇 univ warwick dep...
  • 3 篇 facebook inc men...

作者

  • 18 篇 pissis solon p.
  • 10 篇 inenaga shunsuke
  • 8 篇 amir amihood
  • 7 篇 loukides grigori...
  • 7 篇 charalampopoulos...
  • 7 篇 bannai hideo
  • 7 篇 thankachan sharm...
  • 7 篇 grabowski szymon
  • 6 篇 sweering michell...
  • 6 篇 takeda masayuki
  • 6 篇 giaquinta emanue...
  • 6 篇 liptak zsuzsanna
  • 6 篇 bernardini giuli...
  • 6 篇 stougie leen
  • 5 篇 fici gabriele
  • 5 篇 ganguly arnab
  • 5 篇 abedin paniz
  • 5 篇 nakashima yuto
  • 5 篇 mieno takuya
  • 5 篇 thankachan sharm...

语言

  • 133 篇 英文
  • 17 篇 其他
检索条件"主题词=string algorithms"
150 条 记 录,以下是141-150 订阅
排序:
Finding the maximum suffix with fewer comparisons
收藏 引用
JOURNAL OF DISCRETE algorithms 2011年 第3期9卷 279-286页
作者: Franceschini, Gianni Hagerup, Torben Univ Roma La Sapienza Dipartimento Informat Rome Italy Univ Augsburg Inst Informat D-86135 Augsburg Germany
It is shown how to compute the lexicographically maximum suffix of a string of n >= 2 characters over a totally ordered alphabet using at most (4/3) n - 5/3 three-way character comparisons. The best previous bound,... 详细信息
来源: 评论
Palindromic trees for a sliding window and its applications
收藏 引用
INFORMATION PROCESSING LETTERS 2022年 173卷
作者: Mieno, Takuya Watanabe, Kiichi Nakashima, Yuto Inenaga, Shunsuke Bannai, Hideo Takeda, Masayuki Kyushu Univ Dept Informat Fukuoka Japan Japan Soc Promot Sci Tokyo Japan Japan Sci & Technol Agcy PRESTO Kawaguchi Saitama Japan Tokyo Med & Dent Univ M&D Data Sci Ctr Bunkyo City Japan
The palindromic tree (a.k.a. eertree) for a string S of length n is a tree-like data structure that represents the set of all distinct palindromic substrings of S, using O(n) space [Rubinchik and Shur, 2018]. It is kn... 详细信息
来源: 评论
A Linear-Time n0.4-Approximation for Longest Common Subsequence
收藏 引用
ACM TRANSACTIONS ON algorithms 2023年 第1期19卷 9-9页
作者: Bringmann, Karl Cohen-Addad, Vincent Das, Debarati Saarland Univ Saarland Informat Campus E1 3 D-66123 Saarbrucken Germany Max Planck Inst Informat Saarland Informat Campus E1 3 D-66123 Saarbrucken Germany Sorbonne Univ LIP6 CNRS UPMC Univ Paris 06 Paris France Univ Copenhagen Basic AlgorithmRes Copenhagen BARC Copenhagen Denmark
We consider the classic problem of computing the Longest Common Subsequence (LCS) of two strings of length n. The 40-year-old quadratic-time dynamic programming algorithm has recently been shown to be near-optimal by ... 详细信息
来源: 评论
Space efficient linear time construction of suffix arrays
收藏 引用
JOURNAL OF DISCRETE algorithms 2005年 第2-4期3卷 143-156页
作者: Ko, Pang Aluru, Srinivas Iowa State Univ Dept Elect & Comp Engn Ames IA 50011 USA Iowa State Univ Laurence H Baker Ctr Bioinformat & Biol Stat Ames IA 50011 USA
We present a linear time algorithm to sort all the suffixes of a string over a large alphabet of integers. The sorted order of suffixes of a string is also called suffix array, a data structure introduced by Manber an... 详细信息
来源: 评论
A subquadratic algorithm for minimum palindromic factorization
收藏 引用
JOURNAL OF DISCRETE algorithms 2014年 第0期28卷 41-48页
作者: Fici, Gabriele Gagie, Travis Karkkainen, Juha Kempa, Dominik Univ Palermo Dipartimento Matemat & Informat Palermo Italy Univ Helsinki Dept Comp Sci Helsinki Finland
We give an O(nlogn)-time, O(n)-space algorithm for factoring a string into the minimum number of palindromic substrings. Thatis, given a string S[1..n], in O(nlogn) time our algorithm returns the minimum number of pal... 详细信息
来源: 评论
Text Indexing for Faster Gapped Pattern Matching
收藏 引用
algorithms 2024年 第12期17卷 537-537页
作者: Hossen, Md Helal Gibney, Daniel Thankachan, Sharma V. Univ Texas Dallas Dept Comp Sci Richardson TX 75080 USA North Carolina State Univ Coll Engn Dept Comp Sci Raleigh NC 27695 USA
We revisit the following version of the Gapped string Indexing problem, where the goal is to preprocess a text T[1..n] to enable efficient reporting of all occ occurrences of a gapped pattern P=P-1[alpha..beta]P-2 in ... 详细信息
来源: 评论
Searching and indexing genomic databases via kernelization
收藏 引用
FRONTIERS IN BIOENGINEERING AND BIOTECHNOLOGY 2015年 第0期3卷 12-12页
作者: Gagie, Travis Puglisi, Simon J. Univ Helsinki HIIT Helsinki Finland Univ Helsinki Dept Comp Sci POB 68Gustaf Hallstromin Katu 2b FI-00014 Helsinki Finland
The rapid advance of DNA sequencing technologies has yielded databases of thousands of genomes. To search and index these databases effectively, it is important that we take advantage of the similarity between those g... 详细信息
来源: 评论
A Survey on Shortest Unique Substring Queries
收藏 引用
algorithms 2020年 第9期13卷 224页
作者: Abedin, Paniz Kulekci, M. Oguzhan Thankachan, Shama, V Univ Cent Florida Dept Comp Sci Orlando FL 32816 USA Istanbul Tech Univ Informat Inst TR-34469 Istanbul Turkey
The shortest unique substring (SUS) problem is an active line of research in the field of string algorithms and has several applications in bioinformatics and information retrieval. The initial version of the problem ... 详细信息
来源: 评论
Lyndon Factorization algorithms for Small Alphabets and Run-Length Encoded strings
收藏 引用
algorithms 2019年 第6期12卷 124-124页
作者: Ghuman, Sukhpal Singh Giaquinta, Emanuele Tarhio, Jorma Sheridan Coll Fac Appl Sci & Technol 7899 McLaughlin Rd Brampton ON L6Y 5H9 Canada F Secure Corp POB 24 FI-00181 Helsinki Finland Aalto Univ Dept Comp Sci POB 15400 FI-00076 Aalto Finland
We present two modifications of Duval's algorithm for computing the Lyndon factorization of a string. One of the algorithms has been designed for strings containing runs of the smallest character. It works best fo... 详细信息
来源: 评论
Few Matches or Almost Periodicity: Faster Pattern Matching with Mismatches in Compressed Texts  19
Few Matches or Almost Periodicity: Faster Pattern Matching w...
收藏 引用
Annual ACM-SIAM Symposium on Discrete algorithms
作者: Karl Bringmann Marvin Kiinnemann Philip Wellnitz Saarland Informatics Campus (SIC) Saarbrücken Germany
A fundamental problem on strings in the realm of approximate string matching is pattern matching with mismatches: Given a text t, a pattern p, and a number k, determine whether some substring of t has Hamming distance... 详细信息
来源: 评论