Skip to content
View frederni's full-sized avatar
🏳️‍🌈
🏳️‍🌈
  • Nabla
  • Oslo, Norway
Block or Report

Block or report frederni

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

Pinned

  1. TMA4215-NumMat TMA4215-NumMat Public

    Repository consisting of the two projects and six assignments for the NTNU-course TMA4215 Numerical Mathematics

    Jupyter Notebook

  2. TDT4145-Databases TDT4145-Databases Public

    Barebones implementation of discussion forum in Python with MySQL connector.

    Python

  3. TMA4212-NumDiff TMA4212-NumDiff Public

    Course project using finite difference methods and finite element methods on differential equations

    Python

  4. TMA4300-CompStat TMA4300-CompStat Public

    Projects for course TMA4300 Computer Intensive Statistical Methods

  5. TDT4145 Extendible hashing TDT4145 Extendible hashing
    1
    # Simple script used in extendible hashing tasks for course TDT4145 at NTNU
    2
    import math
    3
    inputs = [int(n) for n in input("Paste list of keys, sep with ',': ").split(',')]
    4
    
                  
    5
    n = input("Enter hash function, k mod ")
  6. aasehaa/tdt4225ex3 aasehaa/tdt4225ex3 Public

    Python