Skip to content

florist-notes/alg0rith.math

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ΛlgΘ-rithm 🌸

My notes on mathematics, algorithms and programming:

Essence of Mathematics [notes]

    mathematics ~ || Δ x ||

Python [notes]

    import numpy as np
    import pandas as pd

    df = pd.read_csv('data.csv')

    print(df.to_string()) 

C++, STL and CMake [notes]

    #include <bits/stdc++.h>

Data Structure and Algorithms [notes]

Design and Analysis of Algorithms [notes] #⛺

Competitive Programming [notes] 🦩

Advanced Software Engineering [notes] #⛺

Resources [notes]