Skip to content

ajlekcahdp4/ILAB_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

ILAB_1

This is the repo with my firts projects on MIPT ILAB course

Here is the list:

The program, that solve quadratic equations

This program works with the poem "Evgeniy Onegin" in my case, but can do these things whith any other text files. The program, that sort whole text of the poem by the beginning of the lines (and then by line ends) in alphabetical order. Then the program generates its own poem from the lines of "Evreniy Onegin" which is very funny to read )0)

  • "Evgeniy Onegin" is a very important and famous poem of Russian writer A.S.Pushkin.

Stack is my relization of stack data structure.