Skip to content
View PontusHovb's full-sized avatar
Block or Report

Block or report PontusHovb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
PontusHovb/README.md

Hi there 👋

My name is Pontus and I'm a 1st year MSc-student in Financial Mathematics at KTH - Royal Institute of Technology with previous exchange studies at National University of Singapore (NUS) and a completed BSc in Industrial Engineering & Management from KTH. Selected coursework include Portfolio Theory & Risk Management, Quantitative Finance, Machine Learning, Language Engineering, Probability Theory, Calculus, Applied Computer Science, Regression Analysis, Game Theory and Markov Processes.

Previous professional experience includes Visiting Associate @ BCG Platinion (tech/IT-strategy consulting internship), Junior Quantitative Analyst @ Söderberg & Partners building and maintaining quantitative models for money market, fixed income and equity funds using Python (pandas, numpy, scikit-learn), SQL and VBA. I've also worked as Intern/business developer @ If P&C Insurance in commerical pricing where I analyzed claims data to assess, model and price commerical property risk using SQL & SAS as well as building dashboards for portfolio follow-up in PowerBI using DAX and PowerQuery.

Programming experience in Python, SQL, VBA and R with some experience in MATLAB, JavaScript and C/C++.

Projects 🚀

Backtracking Average time per sudoku Crook's Algorithm
In this project I have implemented different algorithms (bruteforce, backtracking, candidate checking, placefinding and Crook's algorithm) for solving sudokus to test both their speed, accuracy and solving ability. This is done both in Python and C to build the most efficient and quickest algorithms. While bruteforce and backtracking algorithms are fast and reliable to solve all sudokus, they have lower accuracy (a lot of wrong tries before reaching the correct solution). Instead, more human-like algorithms such as the pen-and-paper based Crook's Algorithm can perform on similar level in terms of speed and solving ability but with perfect accuracy (only inputting a number if it is correct).

Popular repositories Loading

  1. Sudoku-Solver Sudoku-Solver Public

    Different algorithms for solving Sudoku-puzzles written in Python & C

    Python 1

  2. Image-Processing Image-Processing Public

    This project explores different methods to alter and process images.

    JavaScript 1

  3. Bachelor-Thesis Bachelor-Thesis Public

    Bachelor Thesis in Industrial Engineering & Management, Applied Mathematics. Spring 2023

    1

  4. Risk-Game Risk-Game Public

    Modelling optimal playing strategies for the board game Risk using Markov Chains and Monte-Carlo simulations

    Jupyter Notebook 1

  5. CV-Template CV-Template Public

    CV-template in LaTeX for creating well formatted, structured and modular CV

    TeX 1

  6. Option-Pricing Option-Pricing Public

    Different methods for pricing options including Black Scholes, Binomial Models and Put-Call Parity

    Python 1