Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

Click here
University of California Irvine Leaderboard
Brandeis University Master of Finance Leaderboard 728x90
Click here
NYU Tandon School of Engineering Leaderboard
MAFI_728x90
RPI Leaderboard
Click here
MAFI_728x90
University of California Irvine Leaderboard
  • 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++ Puzzles

C++: Fibonacci Word Fractals

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ PuzzlesTagged fibonacci, fibonacci word, fractal, fractals, s, Word
C++: Fibonacci Word Fractals

The Fibonacci word may be represented as a fractal as described here: For F_wordm start with F_wordCharn=1 Draw a segment forward If curren

Continue Reading

C++: I Before E Except After C

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ PuzzlesTagged after, before, e, except, i, mnemonic, phrase
C++: I Before E Except After C

The phrase "I before E, except after C" is a widely known mnemonic which is supposed to help when spelling English words. Task Description

Continue Reading

C++: Letter Frequency

Posted on September 1, 2017October 9, 2017 by TFE Times
Posted in C++ PuzzlesTagged frequency, letter, letter frequency
C++: Letter Frequency

Open a text file and count the occurrences of each letter. Some of these programs count all characters (including punctuation), but some only count

Continue Reading

C++: Minesweeper Game

Posted on September 1, 2017June 2, 2022 by TFE Times
Posted in C++ PuzzlesTagged game, minesweeper
C++: Minesweeper Game

There is an n by m grid that has a random number (between 10% to 20% of the total number of tiles, though older implementations may use 20%..60% inste

Continue Reading

C++: Discordian Date

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ PuzzlesTagged calendar, date, discordian
C++: Discordian Date

Convert a given date from the Gregorian calendar to the Discordian calendar. #include <iostream> #include <algorithm> #include <

Continue Reading

C++: Fractran

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ PuzzlesTagged fraction, fractran, language, Programming, programming language
C++: Fractran

FRACTRAN is a Turing-complete esoteric programming language invented by the mathematician John Horton Conway. A FRACTRAN program is an ordered list

Continue Reading

C++: Middle Three Digits

Posted on September 1, 2017October 9, 2017 by TFE Times
Posted in C++ PuzzlesTagged digit, digits, middle, s, three
C++: Middle Three Digits

The task is to: “Write a function/procedure/subroutine that is called with an integer value and returns the middle three digits of the integer

Continue Reading

C++: Mutex

Posted on September 1, 2017October 9, 2017 by TFE Times
Posted in C++ PuzzlesTagged mutex, operating system, os
C++: Mutex

A mutex (abbreviated Mutually Exclusive access) is a synchronization object, a variant of semaphore with k=1. A mutex is said to be seized by a task d

Continue Reading

C++: Guess the Number With Feedback (Vs Player)

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ PuzzlesTagged feedback, guess, number, player, the, vs, with
C++: Guess the Number With Feedback (Vs Player)

The task is to write a player for the game that follows the following rules: The scorer will choose a number between set limits. The computer pla

Continue Reading

C++: Find the Last Sunday of Each Month

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ PuzzlesTagged calendar, date, each, find, last, month, of, sunday, the
C++: Find the Last Sunday of Each Month

Write a program or a script that returns the last Sundays of each month of a given year. The year may be given through any simple input method in your

Continue Reading

Posts navigation

Older posts
Newer posts
Brandeis Business School
University of California Irvine Leaderboard
  • How Do Car Accident Laws Work in Queens Under New York’s No-Fault System?

    September 17, 2025 by TFE Times
  • All About Playing at Golden Crown Casino: A Guide for Australian Players

    September 17, 2025 by TFE Times
  • Table Games at Legiano Casino: Roulette, Poker and Blackjack

    September 17, 2025 by TFE Times
  • Supporting Curiosity and Critical Thinking in Young Learners

    September 17, 2025 by TFE Times
  • Post-Pandemic GDP Recovery

    September 17, 2025May 25, 2025 by TFE Times
  • Imports’ Share Of Economies

    September 16, 2025May 25, 2025 by TFE Times
  • Why Millennials and Gen Z Are Choosing Slots Over Traditional Table Games

    September 15, 2025 by TFE Times
  • How to Open a Checking Account and Start Building Financial Independence

    September 15, 2025 by TFE Times
  • The Cost Of Cash: Interest Rates In 2025

    September 15, 2025September 17, 2025 by TFE Times
  • The World’s 50 Most Valuable Companies

    September 14, 2025May 25, 2025 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes