Skip to content

Instantly share code, notes, and snippets.

View shegeley's full-sized avatar
🍴
Fork you

Grigory Shepelev shegeley

🍴
Fork you
View GitHub Profile
@shegeley
shegeley / marriage.hs
Last active July 26, 2019 14:57
Stable marrige problem in Haskell. University task. Not optimized by complexity. Started learning haskell 2-3 month ago.
{- Author: Grigory Shepelev.; Github: @altjsus; E-mail: [email protected] -}
import Data.List
import Data.Ord
import Data.Maybe
import Control.Monad
import System.Random
import Fake hiding (shuffle)
import Fake.Provider.Person.EN_US
@shegeley
shegeley / lab1.tex
Created November 20, 2018 14:36
Лабораторная работа по предмету "Введение в специальность" №1
% Шаблон (версия от 15.02.2016) предназначен
% для использования студентами каф. ПМиИ СамГТУ
% при оформлении отчетов по лабораторным работам.
% Copyright (c) 2016 by Mikhail Saushkin ([email protected])
% All rights reserved except the rights granted by the
% Creative Commons Attribution 4.0 International Licence
% <https://creativecommons.org/licenses/by/4.0/>
% Свежая версия шаблона здесь <https://www.overleaf.com/read/sqvxbnhgxxdm>
\documentclass[14pt,a4paper,report]{ncc}