Skip to content

Instantly share code, notes, and snippets.

View dainiak's full-sized avatar

Alex Dainiak dainiak

View GitHub Profile
@dainiak
dainiak / bigoh3.py
Created December 2, 2019 09:32
Visualization of some big-O notation
import matplotlib.pyplot as pyplot
from matplotlib.animation import FuncAnimation, FFMpegWriter
from math import sin,sqrt,exp
func1Label = r'$2^x+5x^7$'
def funcOne( x ):
return 2**x + 5*x**7
func2Label = r'$4\cdot 2^x$'
def funcTwo( x ):
@dainiak
dainiak / _gentest.tex
Last active May 3, 2019 14:23
LaTeX-шаблон для генерации контрольных работ
\documentclass[
10pt,
twocolumn,
landscape,
a4paper
]{extarticle}
\usepackage[
landscape,
a4paper,