Skip to content
TFE Times

TFE Times

Business, Technology, and Culture

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

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, merge, sort
C++: Merge Sort

#include <iostream> using namespace std; void merge(int a[], const int low, const int mid, const int high) { // Variables declarati

Continue Reading

C++: Bubble Sort

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged bubble, c, sort
C++: Bubble Sort

#include <algorithm> template<typename Iterator> void bubbleSort(Iterator first, Iterator last) { Iterator i, j; for (i = fir

Continue Reading

C++: Swap Containers

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, containers, swap
C++: Swap Containers

On lines 7–8, we create two std::vectors and initialise them with values. On line 10, we swap the contents of the two std::vectors using the std:

Continue Reading

Read/convert an InputStream to a String

Posted on September 1, 2017April 2, 2018 by TFE Times
Posted in C++Tagged a, an, inputstream, inputstrem, n, readconvert, redconvert, string, to
Read/convert an InputStream to a String

If you have java.io.InputStream object, how should you process that object and produce a String? Suppose I have an InputStream that contains te

Continue Reading

C++: Concurrent Computing

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, computing, concurrent
C++: Concurrent Computing

Using either native language concurrency syntax or freely available libraries write a program to display the strings "Enjoy" "Rosetta" "Code", one str

Continue Reading

C++: Monte Carlo Methods

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, methods, Monte Carlo, simulation
C++: Monte Carlo Methods

A Monte Carlo Simulation is a way of approximating the value of a function where calculating the actual value is difficult or impossible. It uses ran

Continue Reading

C++: Benford’s Law

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged benfords, c, law
C++: Benford’s Law

Benford's law, also called the first-digit law, refers to the frequency distribution of digits in many (but not all) real-life sources of data. In thi

Continue Reading

C++: CSV Data Manipulation

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged c, csv, data, manipulation
C++: CSV Data Manipulation

CSV spreadsheet files are suitable for storing tabular data in a relatively portable way. The CSV format is flexible but somewhat ill-defined. For pre

Continue Reading

C++: Brownian Tree

Posted on September 1, 2017April 1, 2018 by TFE Times
Posted in C++Tagged brownian, c, tree
C++: Brownian Tree

Generate and draw a Brownian Tree. A Brownian Tree is generated as a result of an initial seed, followed by the interaction of two processes.

Continue Reading

C++: Black Scholes Call Option Vega

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

// Calculate the Black Scholes European call option Vega double BS_Call_Option_Vega(double S, double K, double r, double v, double T) // Parame

Continue Reading

Posts navigation

Older posts
Newer posts
Click here
Brandeis Business School
output_8BgzjE
NYU Tandon School of Engineering Sideboard
University of California Irvine Leaderboard
University of California Berkeley Master of Financial Engineering MFE Sideboard
  • Bizzo Casino Gaming Site – A Complete Guide for Australian Users

    September 11, 2025 by TFE Times
  • ZTE Company Powers Next-Level Autonomy in Telecom Networks at DTW 2025

    September 11, 2025 by TFE Times
  • Future-Proof Skills Every Aspiring Cosmetologist Should Learn

    September 11, 2025 by TFE Times
  • Explore Vidnoz – The Free AI Video Maker That Turns Pictures Into Motion

    September 11, 2025 by TFE Times
  • Kelce’s Final Bow? Chiefs’ Tight End Hints at Retirement Amid Cap Pressures

    September 11, 2025 by TFE Times
  • Top Mineral Rights Brokers in Texas Offering Transparent Deals and Fast Closings

    September 11, 2025 by TFE Times
  • Choosing the Best Online Casino in 2025 – A Guide

    September 11, 2025 by TFE Times
  • What Every State Imports The Most

    September 11, 2025May 25, 2025 by TFE Times
  • Where Americans Have The Most Cash 2025

    September 10, 2025May 25, 2025 by TFE Times
  • The Most Reliable Used-Car Brands in 2025

    September 9, 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