Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

C++: Evaluate Binomial Coefficients

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged binomial coefficient, c, evaluate, s
C++: Evaluate Binomial Coefficients

This programming task, is to calculate ANY binomial coefficient. However, it has to be able to output , which is 10. This formula is recommended

Continue Reading

C++: Forest Fire

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged Applied Mathematics, automaton, c, cell, fire, forest, forest fire model
C++: Forest Fire

Implement the Drossel and Schwabl definition of the forest-fire model. It is basically a 2D cellular automaton where each cell can be in three dist

Continue Reading

C++: Factors of an Integer

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged an, c, factor, factors, integer, of, s
C++: Factors of an Integer

Compute the factors of a positive integer. These factors are the positive integers by which the number being factored can be divided to yield a positi

Continue Reading

C++: Bitmap

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged bitmap, c
C++: Bitmap

Show a basic storage type to handle a simple RGB raster graphics image, and some primitive associated functions. If possible provide a function to

Continue Reading

C++: Maze Generation

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, generation, maze
C++: Maze Generation

Generate and show a maze, using the simple Depth-first search algorithm. Start at a random cell. Mark the current cell as visited, and get a l

Continue Reading

C++: Magic Squares of Odd Order

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, magic square, odd, of, order, s
C++: Magic Squares of Odd Order

A magic square is an square matrix whose numbers (usually integers) consist of consecutive numbers arranged so that the sum of each row and column, a

Continue Reading

C++: Black Scholes Call Option Theta

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged black, c, call, option, scholes, theta
C++: Black Scholes Call Option Theta

// Calculate the Black Scholes European call option Theta double BS_Call_Option_Theta(double S, double K, double r, double v, double T) // Para

Continue Reading

C++ Full Course

Posted on September 1, 2017October 9, 2017 by TFE Times
Posted in C++Tagged course, full
C++ Full Course

[pt_view id="3a900e2db9"]

Continue Reading

C++: Loop Breaks

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged break, c, loop, loops, s
C++: Loop Breaks

Show a loop which prints random numbers (each number newly generated each loop) from 0 to 19 (inclusive). If a number is 10, stop the loop after print

Continue Reading

C++: Pascal’s Triangle

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, pascals, triangle
C++: Pascal’s Triangle

The task is to print out the first 15 Catalan numbers by extracting them from Pascal's triangle. This enables calculation of Catalan Numbers using onl

Continue Reading

Posts navigation

Older posts
Newer posts
Click here
output_8BgzjE
NYU Tandon School of Engineering Sideboard
University of California Berkeley Master of Financial Engineering MFE Sideboard
Brandeis Business School
University of California Irvine Leaderboard
  • The Top Cities In The World By Reputation

    December 23, 2025July 24, 2025 by TFE Times
  • U.S. Home Prices Vs. Household Income

    December 22, 2025July 24, 2025 by TFE Times
  • What Jobs Are Safest From AI?

    December 21, 2025July 24, 2025 by TFE Times
  • America’s Mineral Supply

    December 20, 2025July 24, 2025 by TFE Times
  • American Job Cuts By Industry

    December 19, 2025November 28, 2025 by TFE Times
  • Countries With The Most Culture & Heritage

    December 18, 2025July 24, 2025 by TFE Times
  • The World’s Most Powerful Compute Clusters

    December 17, 2025July 24, 2025 by TFE Times
  • How Rare Earths Power U.S. Defense

    December 16, 2025July 24, 2025 by TFE Times
  • Which Countries Produce Their Own Food?

    December 15, 2025July 24, 2025 by TFE Times
  • Wage Growth By State

    December 14, 2025November 28, 2025 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes