Movatterモバイル変換


[0]ホーム

URL:


Sorry, we no longer support your browser
Please upgrade toMicrosoft Edge,Google Chrome, orFirefox. Learn more about ourbrowser support.
Skip to main content

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities includingStack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.

Visit Stack Exchange
Loading…
Code Review

Questions tagged [strings]

Ask Question

A string is a sequence of characters. It is commonly used to represent text or a sequence of bytes. Use this tag along with the appropriate programming language being used.

2,976 questions
Filter by
Sorted by
Tagged with
4votes
3answers
482views

IntroIn this post, I will elaborate on A simple method for compressing white space in text (Java). Here, I have incorporated some advice offered by Chris. Also, this version preserves a single new ...
5votes
1answer
532views

(The story continues in A simple method for compressing white space in text (Java) - Take II.)IntroNow I have that text space compressor. For example,...
5votes
1answer
190views

A simple random password generator in C#. Looking for any improvements around speed or design. Anychar[] can be passed to choose random chars from. The array I ...
2votes
2answers
119views

IntroI call two \$n\$-strings \$s\$ and \$z\$ over the alphabet \$\Sigma\$ weakly isomorphic if their character frequency multisets are equal. In other words, for an input strings \$s\$, we derive a ...
10votes
3answers
986views

IntroThis snippet is a translation of the Java version.Codestring_util.hpp:...
coderodde's user avatar
4votes
1answer
177views

IntroTwo \$n\$-strings \$s = \langle s_1 \ldots s_n \rangle \$ and \$z = \langle z_z \ldots z_n \rangle\$ are considered isomorphic if and only if there exists a bijection \$f\$ such that for all \$...
6votes
1answer
307views

Before I started, we had a few long introductory texts that were shown to users in different part of the editor window, depending on what type of object they are editing. The texts describe how to add ...
2votes
0answers
60views

(See the previous and initial iteration.)IntroThis time, I decided to pack the genomic data such that 4 nucleotide bases are encoded into a single byte. In other words, ...
4votes
1answer
106views

(See the next iteration.)This time I have programmed a simple data structure called \$k\$-mer index. The actual word \$k\$-mer is a synonym of substring of length \$k\$. This data structure is built ...
coderodde's user avatar
5votes
1answer
403views

I wrote this both to help read (and edit/summarize) my own work, but mainly to be able to get through the mounds of papers I was asked to read as a graduate student.This is a summarization algorithm ...
Charles G's user avatar
3votes
1answer
127views

This is something I've been writing for a paper I'm working on. There is a debate about what is formal text and what is not, but what I know about myself and my writing is that I use certain words (...
Charles G's user avatar
5votes
1answer
340views

You can see it live here: https://flatassembler.github.io/multiplying-strings-aec.html...
2votes
1answer
217views

I decided to work on an idea I had to 'optimize' the classic C functionstrstr.Most of the implementations I had seen that did not make use of advanced ...
6votes
1answer
593views

I am working on a problem on LeetCode.Considering only lowercase characters from 'a' to 'z', I have written some Java code to check if a permutation of a given pattern is a substring of a given ...
4votes
3answers
570views

Task description:Imagine you have a long word made up of small letters like "a", "b", "c", ancd so on. Let’s call this word a puzzle word.We want to look at all the ...

153050per page
1
2345
199

Hot Network Questions

more hot questions
Newest strings questions feed

[8]ページ先頭

©2009-2025 Movatter.jp