Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 734 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 734 Bytes

Λ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]