咨询与建议

限定检索结果

文献类型

  • 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 条 记 录,以下是131-140 订阅
Faster space-efficient STR-IC-LCS computation
收藏 引用
THEORETICAL COMPUTER SCIENCE 2024年 1003卷
作者: Yonemoto, Yuki Nakashima, Yuto Inenaga, Shunsuke Bannai, Hideo Kyushu Univ Dept Informat Sci & Technol Fukuoka Japan Kyushu Univ Dept Informat Fukuoka Japan Tokyo Med & Dent Univ M&D Data Sci Ctr Tokyo Japan
One of the most fundamental method for comparing two given strings A and B is the longest common subsequence (LCS), where the task is to find (the length) of an LCS of A and B . In this paper, we deal with the STR-IC-... 详细信息
来源: 评论
Linear-time computation of DAWGs, symmetric indexing structures, and MAWs for integer alphabets
收藏 引用
THEORETICAL COMPUTER SCIENCE 2023年 第1期973卷
作者: Fujishige, Yuta Tsujimaru, Yuki Inenaga, Shunsuke Bannai, Hideo Takeda, Masayuki Kyushu Univ Dept Informat Fukuoka Japan Fujistu Ltd Tokyo Japan Kyushu Univ Dept Elect Engn & Comp Sci Fukuoka Japan Tokyo Med & Dent Univ M&D Data Sci Ctr Tokyo Japan
The directed acyclic word graph (DAWG) of a string y of length n is the smallest (partial) DFA which recognizes all suffixes of y with only O (n) nodes and edges. In this paper, we show how to construct the DAWG for t... 详细信息
来源: 评论
Finding top-k longest palindromes in substrings
收藏 引用
THEORETICAL COMPUTER SCIENCE 2023年 979卷
作者: Mitani, Kazuki Mieno, Takuya Seto, Kazuhisa Horiyama, Takashi Hokkaido Univ Grad Sch Informat Sci & Technol Kita 14Nishi 9Kita Ku Sapporo 0600814 Japan Univ Electrocommun Dept Comp & Network Engn 1-5-1 Chofugaoka Chofu 1828585 Japan Hokkaido Univ Fac Informat Sci & Technol Kita 14Nishi 9Kita Ku Sapporo 0600814 Japan
Palindromes are strings that read the same forward and backward. Problems of computing palindromic structures in strings have been studied for many years with the motivation of their application to biology. The longes... 详细信息
来源: 评论
All-pairs suffix/prefix in optimal time using Aho-Corasick space
收藏 引用
INFORMATION PROCESSING LETTERS 2022年 178卷
作者: Loukides, Grigorios Pissis, Solon P. Kings Coll London Dept Informat London England CWI Amsterdam Netherlands Vrije Univ Amsterdam Netherlands
The all-pairs suffix/prefix (APSP) problem is a classic problem in computer science with many applications in bioinformatics. Given a set {S1, ..., Sk} of k strings of total length n, we are asked to find, for each st... 详细信息
来源: 评论
Fully Compressed Suffix Trees
收藏 引用
ACM TRANSACTIONS ON algorithms 2011年 第4期7卷 53-53页
作者: Russo, Luis M. S. Navarro, Gonzalo Oliveira, Arlindo L. INESC ID P-1000029 Lisbon Portugal Univ Tecn Lisboa Inst Super Tecn P-1049001 Lisbon Portugal Univ Chile Dept Comp Sci Santiago Chile
Suffix trees are by far the most important data structure in stringology, with a myriad of applications in fields like bioinformatics and information retrieval. Classical representations of suffix trees require Theta(... 详细信息
来源: 评论
On-line construction of position heaps
收藏 引用
JOURNAL OF DISCRETE algorithms 2013年 20卷 3-11页
作者: Kucherov, Gregory Univ Paris Est CNRS Lab Informat Gaspard Monge 5 Bd Descartes F-77454 Marne La Vallee France Ben Gurion Univ Negev Dept Comp Sci Beer Sheva Israel
We propose a simple linear- time on- line algorithm for constructing a position heap for a string (Ehrenfeucht et al., 2011 [8]). Our definition of position heap differs slightly from the one proposed in Ehrenfeucht e... 详细信息
来源: 评论
algorithms FOR APPROXIMATE K-COVERING OF stringS
收藏 引用
International Journal of Foundations of Computer Science 2005年 第6期16卷 1231-1251页
作者: LILI ZHANG F. BLANCHET-SADRI Department of Mathematical Sciences University of North Carolina P. O. Box 26170 Greensboro North Carolina 27402–6170 United States Department of Mathematical Sciences University of North Carolina P.O. Box 26170 Greensboro North Carolina 27402–6170 United States
Computing approximate patterns in strings or sequences has important applications in DNA sequence analysis, data compression, musical text analysis, and so on. In this paper, we introduce approximate k-covers and stud... 详细信息
来源: 评论
Computing the Burrows-Wheeler transform in place and in small space
收藏 引用
JOURNAL OF DISCRETE algorithms 2015年 32卷 44-52页
作者: Crochemore, Maxime Grossi, Roberto Karkkainen, Juha Landau, Gad M. Kings Coll London London WC2R 2LS England Univ Pisa Dipartimento Informat I-56100 Pisa Italy Univ Helsinki Dept Comp Sci FIN-00014 Helsinki Finland Univ Haifa Dept Comp Sci IL-31999 Haifa Israel NYU Poly Dept Comp Sci & Engn Brooklyn NY USA
We introduce the problem of computing the Burrows-Wheeler Transform (BWT) using small additional space. Our in-place algorithm does not need the explicit storage for the suffix sort array and the output array, as typi... 详细信息
来源: 评论
Near real-time suffix tree construction via the fringe marked ancestor problem
收藏 引用
JOURNAL OF DISCRETE algorithms 2013年 18卷 32-48页
作者: Breslauer, Dany Italiano, Giuseppe F. Univ Haifa Caesarea Rothschild Inst Interdisciplinary Applic Haifa Israel Univ Roma Tor Vergata Dipartimento Informat Sistemi & Prod Rome Italy
We contribute a further step towards the plausible real-time construction of suffix trees by presenting an on-line algorithm that spends only O(log logn) time processing each input symbol and takes O(n log logn) time ... 详细信息
来源: 评论
Heuristic Algorithm for Generalized Function Matching
收藏 引用
Procedia Computer Science 2019年 159卷 1397-1405页
作者: Radu Stefan Mincu Department of Computer Science University of Bucharest Bucharest Romania
The problem of generalized function matching can be defined as follows: given a pattern p = p 1 ⋯ p m and a text t = t 1 ⋯ t n , find a mapping f : ∑ p →∑ t ⁎ ; and all text locations i such that f(p 1 )f(p 2 ) ⋯ f... 详细信息
来源: 评论