Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, hofstadter, q sequence
C++: Hofstadter Q Sequence

The Hofstadter Q sequence is defined as: It is defined like the Fibonacci sequence, but whereas the next term in the Fibonacci sequence is th

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

C++: Quicksort

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

#include <functional> #include <algorithm> #include <iterator> template< typename BidirectionalIterator, typename Compar

Continue Reading

C++ Language Concepts

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, concepts, language
C++ Language Concepts

[pt_view id="016a1aed85"]

Continue Reading

C++: Black Scholes Put Option Delta

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged black, c, delta, option, put, scholes
C++: Black Scholes Put Option Delta

// Calculate the Black Scholes European put option Delta double BS_Put_Option_Delta(double S, double K, double r, double v, double T) // Parame

Continue Reading

C++: Lucas-Lehmer Test

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, lehmer, lucas, lucas-lehmer test, prime, test
C++: Lucas-Lehmer Test

Lucas-Lehmer Test: for p an odd prime, the Mersenne number 2p − 1 is prime if and only if 2p − 1 divides S(p − 1) where S(n + 1) = (S(n))2 − 2

Continue Reading

C++: Currying

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

Create a simple demonstrative example of Currying in the specific language. Currying may be achieved in C++ using the Standard Template Library fun

Continue Reading

C++: Flow-Control Structures

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, control, flow, flow-control structure, goto, structures
C++: Flow-Control Structures

In this task, we document common flow-control structures. One common example of a flow-control structure is the goto construct. Note that Conditional

Continue Reading

C++: Hickerson Series of Almost Integers

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged almost, c, erie, hickerson, hickerson series, integer, of, s, series
C++: Hickerson Series of Almost Integers

The following function, due to D Hickerson, is said to generate "Almost integers" by the "Almost Integer" page of Wolfram Mathworld. (December 31 2013

Continue Reading

C++: For Loop with a Specified Step

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged a, c, for loop, loop, specified, step, with
C++: For Loop with a Specified Step

Demonstrate a for-loop where the step-value is greater than one. This prints all odd digits: for (int i = 1; i < 10; i += 2) std::cout &

Continue Reading

Posts navigation

Older posts
Newer posts
Brandeis Business School
output_8BgzjE
University of California Berkeley Master of Financial Engineering MFE Sideboard
University of California Irvine Leaderboard
Click here
NYU Tandon School of Engineering Sideboard
  • Average Salary By State In 2025

    October 2, 2025May 25, 2025 by TFE Times
  • How a Motorcycle Accident Attorney Can Strengthen Your Case

    October 1, 2025 by TFE Times
  • The Future of Work: Why Skilled Trades Are Essential in a Tech-Driven Economy

    October 1, 2025 by TFE Times
  • What Internet Culture Looks Like in the 2020s

    October 1, 2025 by TFE Times
  • The World’s Top 40 Financial Centers

    October 1, 2025May 25, 2025 by TFE Times
  • The Most Popular Browser Extensions for Money Management

    September 30, 2025 by TFE Times
  • How Cybersecurity Systems Work in iGaming

    September 30, 2025 by TFE Times
  • Gut feeling or data? The decision dilemma

    September 30, 2025 by TFE Times
  • How Wire Rope Lubricators Work

    September 30, 2025 by TFE Times
  • Free Play Lightning Link Slots Without Registration

    September 30, 2025 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes