Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

Tag: number

C++: Hamming Numbers

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, hamming, hamming numbers, number, numerical, s
C++: Hamming Numbers

Hamming numbers are numbers of the form . Hamming numbers are also known as ugly numbers and also 5-smooth numbers   (numbers whose prime div

Continue Reading

C++: Rational Number Arithmetic

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged arithmetic, c, number, rational
C++: Rational Number Arithmetic

The objective of this task is to create a reasonably complete implementation of rational arithmetic in the particular language using the idioms of the

Continue Reading

C++: Generate Random Number in Range

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, generate, in, number, random, range
C++: Generate Random Number in Range

int random_in_range(int a, int b) //Function that returns a random integer between 2 provided integers { return a + random() % (b-a+1); }

Continue Reading

C++: Guess the Number With Feedback

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

The task is to write a game that follows the following rules: The computer will choose a number between given set limits and asks the player for

Continue Reading

C++: Fibonacci N-Step Number Sequences

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, equence, fibonacci, nstep, ntep, number, s, sequence
C++: Fibonacci N-Step Number Sequences

These number series are an expansion of the ordinary Fibonacci sequence where: For n = 2 we have the Fibonacci sequence; with initial values [1,1

Continue Reading

C++: Linear Congruential Generator

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, congruential, generator, linear, linear congruential generator, number, random
C++: Linear Congruential Generator

The linear congruential generator is a very simple example of a random number generator. All linear congruential generators use this formula:

Continue Reading

C++: Construct from Rational Number

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, construct, from, number, rational
C++: Construct from Rational Number

To understand this task in context please see Continued fraction arithmetic The purpose of this task is to write a function r2cf(int N1,int N2), or

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++: Complex Number Arithmetic

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged arithmetic, c, complex, number
C++: Complex Number Arithmetic

A complex number is a number which can be written as "" (sometimes shown as "") where a and b are real numbers and i is the square root of -1. Typical

Continue Reading

C++: Ludic Numbers

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, ludic, ludic numbers, number, numbers, s
C++: Ludic Numbers

Ludic numbers are related to prime numbers as they are generated by a sieve quite like the Sieve of Eratosthenes is used to generate prime numbers.

Continue Reading
Brandeis Business School
University of California Irvine Leaderboard
NYU Tandon School of Engineering Sideboard
Click here
output_8BgzjE
University of California Berkeley Master of Financial Engineering MFE Sideboard
  • Layoffs By US Industry

    October 10, 2025August 6, 2025 by TFE Times
  • The Income Needed To Buy A Home In 2025

    October 9, 2025May 25, 2025 by Patrick
  • AI Construction featured

    Why Hiring a Local Portland Plumber is Essential for Your Home Repairs

    October 8, 2025 by TFE Times
  • Crypto payment 101: a beginner’s guide for merchants

    October 8, 2025 by TFE Times
  • The Largest American University Endowments

    October 8, 2025May 25, 2025 by TFE Times
  • Traveling to Istanbul for a Hair Transplant: A Step-by-Step Guide for Patients

    October 7, 2025 by TFE Times
  • 1win: gamified bonuses & minimalist design for focused play

    October 7, 2025October 7, 2025 by TFE Times
  • 1win casino offers diverse games and a secure online gaming experience

    October 7, 2025 by TFE Times
  • The ROI of Relocation: How Moving Can Multiply Your Business Opportunities

    October 7, 2025 by TFE Times
  • Billion Dollar Companies By Country In 2025

    October 7, 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