Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

Month: September 2017

C++: Greatest Common Denominator

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, common, denominator, greatest
C++: Greatest Common Denominator

int Find_Greatest_Common_Denominator(int x, int y) //Function that finds the Greatest Common Denominator ("GCD") between 2 integers { int a;

Continue Reading

C++: JSON

Posted on September 1, 2017October 10, 2017 by TFE Times
Posted in C++ StringsTagged json
C++: JSON

Load a JSON string into a data structure. Also create a new data structure and serialize it into JSON. Use objects and arrays (as appropriate for y

Continue Reading

C++: Multiplicative Digital Root

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, digital, Math, multiplicative, Root

The multiplicative digital root (MDR) and multiplicative persistence (MP) of a number, n, is calculated rather like the Digital root except digits are

Continue Reading

Efficiently Storing Real-Time Intraday Data in an Application Agnostic Way

Posted on September 1, 2017February 24, 2018 by TFE Times
Posted in Quant QuestionsTagged agnostic, an, application, data, efficiently, in, intraday, realtime, storg, storing, traday, way
Efficiently Storing Real-Time Intraday Data in an Application Agnostic Way

What would be the best approach to handle real-time intraday data storage? For personal research I've always imported from flat files only into mem

Continue Reading

C++ Full Course Lesson 3: More on Printing Text

Posted on September 1, 2017October 9, 2017 by TFE Times
Posted in C++ VideosTagged 3, course, full, lesson, more, on, printing, text
C++ Full Course Lesson 3: More on Printing Text

https://www.youtube.com/watch?v=sPv0HQ8xOaU&list=PLAE85DE8440AA6B83&index=3

Continue Reading

C++: Calculate Geometric Mean

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, calculate, geometric, mean
C++: Calculate Geometric Mean

void Geometric_Mean_Array(double & mean_normal, const double * a, const int n) //Function that calculates the geometric mean (geometric avera

Continue Reading

C++: Sample Covariance

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, covariance, sample
C++: Sample Covariance

double sample_covariance(double A[], double B[], int length) // Function calculates the sample covariance the array A and array B, whose lengths

Continue Reading

C++: Black Scholes Put Option Theta

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

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

Continue Reading

Why Is Subtracting These Two Times (In 1927) Giving a Strange Result?

Posted on September 1, 2017April 2, 2018 by TFE Times
Posted in C++Tagged 1927, a, giving, in, is, result, strange, strnge, subtracting, subtrctg, these, Times, two, why
Why Is Subtracting These Two Times (In 1927) Giving a Strange Result?

If I run the following program, which parses two date strings referencing times one second apart and compares them: public static void main(String[]

Continue Reading

Is Java “Pass-by-Reference” or “Pass-by-Value”?

Posted on September 1, 2017April 2, 2018 by TFE Times
Posted in JavaTagged is, java, or, passbyreference, passbyvalue
Is Java “Pass-by-Reference” or “Pass-by-Value”?

I always thought Java was pass-by-reference; however I’ve seen a couple of blog posts (for example, this blog) that claim it’s not. I don’t thin

Continue Reading

Posts navigation

Older posts
Newer posts
NYU Tandon School of Engineering Sideboard
output_8BgzjE
University of California Berkeley Master of Financial Engineering MFE Sideboard
University of California Irvine Leaderboard
Brandeis Business School
  • The World’s Oldest People In History

    April 4, 2026October 28, 2025 by TFE Times
  • The Cost Of Utilities Around The World

    April 3, 2026October 28, 2025 by TFE Times
  • Largest Labor Forces By Country

    April 2, 2026October 28, 2025 by TFE Times
  • The 10 Most Powerful U.S. Hurricanes

    April 1, 2026October 28, 2025 by TFE Times
  • The World’s Largest Merchant Fleets

    March 31, 2026October 28, 2025 by TFE Times
  • Median Household Income By State

    March 30, 2026October 28, 2025 by TFE Times
  • How Senior Home Care Improves Mental Health in Aging Adults

    March 29, 2026 by TFE Times
  • Sustainable Trade Index

    March 29, 2026October 28, 2025 by TFE Times
  • The Most Fined Industries In America

    March 28, 2026October 28, 2025 by TFE Times
  • 50 Years Of Global Stock Markets

    March 27, 2026October 14, 2025 by TFE Times

Copyright © TFE Times, LLC. All Rights Reserved.

Terms of Service | Privacy Policy | Disclaimer

WordPress Theme : Eight Paper by 8Degree Themes