Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

MAFI_728x90
NYU Tandon School of Engineering Leaderboard
RPI Leaderboard
MAFI_728x90
University of Maryland Masters of Economics  Leaderboard
University of California Irvine Leaderboard
Click here
University of Maryland Masters of Economics Leaderboard
Click here
University of California Irvine Leaderboard
Brandeis University Master of Finance Leaderboard 728x90
Click here
  • Business
  • Culture
  • Technology
  • International Rankings
    • Bangladesh
    • Canada
    • Egypt
    • India
    • Nigeria
    • Pakistan
    • Philippines
    • United Kingdom
    • United States of America
  • Masters Rankings
    • Accounting
    • Business Analytics
    • Chiropractic
    • Computer Engineering
    • Computer Science
    • Economics
    • Education
    • Finance
    • Financial Economics
    • Financial Engineering
    • Law
    • Management
    • Marketing
    • MBA
    • Nursing
    • Social Work
  • Resources
    • C++
      • Beginner’s Guide to C++
      • An Introduction to the Imperative Part of C++
      • C++ Code
        • Sorts
        • Binary Search Trees
        • Strings
        • Binary Search
        • Math
        • Quant
        • Puzzles/Games
        • Language Concepts
        • Graphics
        • OS Operations
        • Graphs
      • C++ Full Course
      • C++ Crash Course
      • C++ Interview Questions
      • C++ Q/A
      • C++ Books
      • C++ Free Books
      • C++ Videos
    • C Questions
    • C Programming Tips
    • Java Questions
    • Quant Data Sources
    • Quant Questions

Category: C++ Strings

C++: FASTA Format

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ StringsTagged fasta, fasta format, format, string
C++: FASTA Format

In bioinformatics, long character strings are often encoded in a format called FASTA. A FASTA file can contain several strings, each identified by a n

Continue Reading

C++: Empty String

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ StringsTagged empty, string
C++: Empty String

Languages may have features for dealing specifically with empty strings (those containing no characters). The task is to: Demonstrate how to a

Continue Reading

C++: Huffman Coding

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ StringsTagged binary, binary encoding, coding, encoding, huffman, huffman coding
C++: Huffman Coding

Huffman encoding is a way to assign binary codes to symbols that reduces the overall number of bits used to encode a typical string of those symbols.

Continue Reading

C++: Levenshtein Distance

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ StringsTagged distance, levenshtein
C++: Levenshtein Distance

template <class T> unsigned int edit_distance(const T& s1, const T& s2) { const size_t len1 = s1.size(), len2 = s2.size(); vect

Continue Reading

C++: Longest Common Substring

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ StringsTagged common, longest, substring
C++: Longest Common Substring

#include <string> using std::string; int LongestCommonSubstring(const string& str1, const string& str2) { if(str1.empty() |

Continue Reading

C++: Generate Lower Case ASCII Alphabet

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ StringsTagged alphabet, ascii, case, generate, lower
C++: Generate Lower Case ASCII Alphabet

Generate an array, list, lazy sequence, or even an indexable string of all the lower case ASCII characters, from 'a' to 'z'. If the standard librar

Continue Reading

C++: Copy a String

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ StringsTagged a, copy, string
C++: Copy a String

This task is about copying a string. Where it is relevant, distinguish between copying the contents of a string versus making an additional reference

Continue Reading

C++: CRC-32

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ StringsTagged crc32
C++: CRC-32

Demonstrate a method of deriving the Cyclic Redundancy Check from within the language. The result should be in accordance with ISO 3309, ITU-T V.42,

Continue Reading

C++: Formatted Numeric Output

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ StringsTagged decimal, fixed-length, formatted, formatting, numeric, output
C++: Formatted Numeric Output

Express a number in decimal as a fixed-length string with leading zeros. For example, the number 7.125 could be expressed as "00007.125". #inc

Continue Reading

C++: Determine if a String Is Numeric

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ StringsTagged a, determine, if, is, numeric, string
C++: Determine if a String Is Numeric

Create a boolean function which takes in a string and tells whether it is a numeric string (floating point and negative numbers included) in the synta

Continue Reading

Posts navigation

Newer posts
University of Maryland Masters of Economics Sideboard
output_8BgzjE
University of California Berkeley Master of Financial Engineering MFE Sideboard
NYU Tandon School of Engineering Sideboard
Brandeis Business School
Click here
University of Maryland Masters of Economics Sideboard
University of California Irvine Leaderboard
  • AI-Generated Microdramas Are Displacing Human Casts Across China’s Short-Video Industry

    August 31, 2026 by TFE Times
  • What Workers Should Know About Injury Benefit Claims

    August 31, 2026 by TFE Times
  • Ultra-Processed Food Consumption

    August 31, 2026December 30, 2025 by TFE Times
  • Top 10 Restaurants in Portland, Oregon

    August 30, 2026June 20, 2026 by TFE Times
  • Top 10 Restaurants in Copenhagen, Denmark

    August 29, 2026June 20, 2026 by TFE Times
  • Best High-Risk Merchant Account Providers

    August 28, 2026 by TFE Times
  • The History of the 9-Iron: From the Niblick to Golf’s Precision Approach Club

    August 28, 2026July 13, 2026 by TFE Times
  • What Should Buyers Check Before Choosing a Low-Cost Texas Home?

    August 27, 2026 by TFE Times
  • Top EOR Platforms for Graduates Seeking Remote Jobs Abroad (2026)

    August 27, 2026August 27, 2026 by TFE Times
  • Significance of White Flower Bouquets in Times of Deep Grief 

    August 27, 2026 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes