Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 881 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 881 Bytes

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.