Skip to content

il-bychkov/algorithms_course

Repository files navigation

About

Repository for Algorithms and Data Structures course (HSE Nizhny Novgorod).

Course content

Table of content

How to run practice code examples

All sources are placed in src directory in practice folder - for example in 0_intro/src.

Simple way

Use online gcc compiler - https://www.onlinegdb.com/online_c_compiler. Just copy and paste source code and press run.

Hard way

All code for practice developed on WSL with following environment:

Ubuntu 20.04.4 LTS
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
cmake version 3.16.3

You can install WSL on your Windows pc (or just install gcc and cmake if you use Linux or Mac) and run script build.sh in practice folder - for example in 0_intro/practice. After this all example binaries will be placed into bin folder and you can run it.

WSL and tools installation instructions

Google it! Or use simple way.

Acknowledgements

Special thanks goes to:

Maksim Zakharov @FLTLN https://github.com/FLTLN

Yuriy Magus @theMagusDev https://github.com/theMagusDev

Vadim @vadyukkha https://github.com/vadyukkha

Links

Notes from Yuriy Magus

https://yuriymagus.notion.site/HSE-Algorithms-and-data-structures-dcb628e674874c3aa0e6e01f593c25b9

Algorithms visualization tools

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published