Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

C++: Monty Hall Problem

Posted on September 1, 2017October 9, 2017 by TFE Times
Posted in C++ PuzzlesTagged monty hall, probability, problem
C++: Monty Hall Problem

Run random simulations of the Monty Hall game. Show the effects of a strategy of the contestant always keeping his first guess so it can be contrasted

Continue Reading

C++: N-Queens Problem

Posted on September 1, 2017October 9, 2017 by TFE Times
Posted in C++ PuzzlesTagged chess, n-queens problem, puzzle, queens problem
C++: N-Queens Problem

Solve the eight queens puzzle. You can extend the problem to solve the puzzle with a board of side NxN. For the number of solutions for small value

Continue Reading

C++: Date Manipulation

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ PuzzlesTagged date, manipulation
C++: Date Manipulation

Given the date string "March 7 2009 7:30pm EST", output the time 12 hours later in any human-readable format. #include <string> #include &

Continue Reading

C++: Flipping Bits Game

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ PuzzlesTagged bits, flipping, flipping bits game, game
C++: Flipping Bits Game

The game Given an N by N square array of zeroes or ones in an initial configuration, and a target configuration of zeroes and ones The task

Continue Reading

C++: FizzBuzz

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ PuzzlesTagged algorithm, fizzbuzz, integer, print
C++: FizzBuzz

Write a program that prints the integers from 1 to 100. But for multiples of three print "Fizz" instead of the number, and for the multiples of fiv

Continue Reading

C++: Generator

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ PuzzlesTagged function, generator, method, sequence
C++: Generator

A generator is an executable entity (like a function or procedure) that contains code that yields a sequence of values, one at a time, so that each ti

Continue Reading

C++: ABC Problem

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ PuzzlesTagged abc, problem
C++: ABC Problem

You are given a collection of ABC blocks. Just like the ones you had when you were a kid. There are twenty blocks with two letters on each block. You

Continue Reading

C++: Flatten a List

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ PuzzlesTagged a, flatten, list
C++: Flatten a List

Write a function to flatten the nesting in an arbitrary list of values. Your program should work on the equivalent of this list: [[1], 2, [[3,4], 5

Continue Reading

C++: Langton’s Ant

Posted on September 1, 2017October 9, 2017 by TFE Times
Posted in C++ PuzzlesTagged automaton, chris langston, langton's ant, turing, turing machine
C++: Langton’s Ant

Langton's ant is a cellular automaton that models an ant sitting on a plane of cells, all of which are white initially, facing in one of four directio

Continue Reading

C++: Date Format

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ PuzzlesTagged date, format
C++: Date Format

Display the current date in the formats of "2007-11-10" and "Sunday, November 10, 2007". // Display the current date in the formats of "2007-11-1

Continue Reading

Posts navigation

Older posts
Newer posts
University of California Irvine Leaderboard
University of California Berkeley Master of Financial Engineering MFE Sideboard
Brandeis Business School
output_8BgzjE
Click here
NYU Tandon School of Engineering Sideboard
  • Top Companies Driving Growth in the Utilities Sector

    December 30, 2025 by TFE Times
  • Why Nursing Home Abuse Rates Are On the Rise

    December 30, 2025December 30, 2025 by TFE Times
  • The Long-Term Financial Cost of Asbestos Exposure for Workers and Employers

    December 30, 2025 by TFE Times
  • Visualized: All The World’s Data

    December 30, 2025July 26, 2025 by TFE Times
  • The National Animals Of Asia-Pac

    December 29, 2025July 26, 2025 by TFE Times
  • Most Important Job Skills In 2025

    December 28, 2025July 26, 2025 by TFE Times
  • Hiring Software As A Catalyst For Smarter Workforce Transformation

    December 27, 2025 by TFE Times
  • Lifestyle Shifts for Busy Professionals

    December 27, 2025 by TFE Times
  • Risk Management Through Communication: How To Avoid Crises In Large Projects

    December 27, 2025December 30, 2025 by TFE Times
  • The New Shape Of The SOC In Modern Security

    December 27, 2025 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes