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 Golf

Questions tagged [string]

Ask Question

A competition to solve a particular problem through the usage and manipulation of strings.

2,283 questions
Filter by
Sorted by
Tagged with
11votes
17answers
922views

A redundant regular expression (regex) is defined here as a regex which has some amount of characters which can be removed while not affecting its functionality -- i.e. it matches the exact same set ...
8votes
8answers
970views

This is inspired by this homework assignment.Telomeres are regions of repetitive DNA sequences that occur at the ends of linear chromosomes in eukaryotes (such as humans and other mammals). In ...
M--'s user avatar
  • 986
-7votes
8answers
312views

Write the shortest program or function that accepts a sequence of three or more letters and returns its I18n-style numeronym, preserving the original letter case. The I18n-style numeronym is formed by ...
Steve Bennett's user avatar
5votes
4answers
357views

DNA is read in groups of three nucleotides (the letters you see in a sequence), called codons, for determining what protein sequence the portion of DNA will yield. I already used this in a previous ...
-5votes
14answers
445views

Input: A string, can be multi-line. The newlines must to be real newline (e.g., you cannot request that each newline be(n)). There is another input, a number (not ...
QOO-OOKALAN's user avatar
5votes
13answers
856views

Given a printable ASCII string, return any letter which is not present (ignoring case), if possible, else return the empty string.Test Cases:...
Steve Bennett's user avatar
5votes
3answers
978views

Your goal is to write a program which will take an input and multiply it by 2. However, there are some catches.You will get an input in one of a few forms:A number (...
Ted's user avatar
  • 2,417
12votes
2answers
232views

You will be given a block of text and a cursor position at the end of a possibly incomplete word.You must output a suggestion for what this word (let's call itw) ...
Ted's user avatar
  • 2,417
12votes
15answers
2kviews

A loop is a rectangle of text like this:hgfilejkdabcTo unroll it, you start at the bottom left, and proceed to the right, spiralling anti-clockwise in towards ...
Steve Bennett's user avatar
21votes
10answers
2kviews

OverviewI have a sample of 10 quotes. You will receive as input to your program one of these quotes, however all the vowels (aeiou) will be replaced with the ...
Ted's user avatar
  • 2,417
2votes
4answers
620views

ObjectiveYour challenge is to write a program that, given a paragraph from a book, will output another program that prints out that paragraph. (See my example program in an answer)ScoringThe link ...
5votes
3answers
430views

OverviewYou will be given a list of strings. If any two elements are equal, you can delete both of them. If one elementa is a substring of element ...
Ted's user avatar
  • 2,417
9votes
11answers
2kviews

My work has recently changed the employee tracking system to one that happens to include a fun game to learn your coworker's faces:Just a small problem: all the pictures include that person's ...
Themoonisacheese's user avatar
16votes
8answers
1kviews

Given a list of words (letters only) in no particular order, output the shortest string containing every word (disregarding case). Output must be lowercase, except the first letter of each word is ...
Steve Bennett's user avatar
12votes
3answers
2kviews

Find an NP-complete problem that covers all finite ASCII strings, and present a solver for the problem in the programming language of your choice.By the definition, if there is a finite ASCII string ...

153050per page
1
2345
153
Welcome to Code Golf and Coding Challenges Stack Exchange! This is a site for recreational programming competitions, not general programming questions. Challenges must havean objective scoring criterion, and it is highly recommended to first post proposed challenges in theSandbox.

Hot Network Questions

more hot questions
Newest string questions feed

[8]ページ先頭

©2009-2025 Movatter.jp