Advertisement
Guest User

Untitled

a guest
Dec 6th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 KB | None | 0 0
  1. # Material courses at ITMO University
  2. Some paradigms course homeworks are left, but JS and Clojure tasks are in the repo.
  3. ## [Android Course](https://github.com/nowiwr01/itmo/tree/master/android/)
  4. Description and screenshots of each task are inside each folder
  5. * [Contacts](https://github.com/nowiwr01/itmo/tree/master/android/Contacts)
  6. * [Networking](https://github.com/nowiwr01/itmo/tree/master/android/Networking)
  7. * [Navigation](https://github.com/nowiwr01/itmo/tree/master/android/Navigation)
  8.  
  9. ## [Algorithms and Data Structures](https://github.com/nowiwr01/itmo/tree/master/algo/)
  10. There are some contests solutions. Description of each task inside each folder.
  11. * [Sortings, Heap, Binary search and Ternary search](https://github.com/nowiwr01/itmo/tree/master/algo/1%20term/lab1)
  12. * [Stack, Queue, Deque, DSU](https://github.com/nowiwr01/itmo/tree/master/algo/1%20term/lab2)
  13. * [Dynamic Programming](https://github.com/nowiwr01/itmo/tree/master/algo/1%20term/lab3)
  14. * [Segment Tree](https://github.com/nowiwr01/itmo/tree/master/algo/2%20term/laba1)
  15. * [BST, AVL, Cartesian Tree](https://github.com/nowiwr01/itmo/tree/master/algo/2%20term/laba2)
  16. * [Queries on tree: LCA, RMQ, etc](https://github.com/nowiwr01/itmo/tree/master/algo/2%20term/laba3)
  17. * [Connected Components, DFS, MST](https://github.com/nowiwr01/itmo/tree/master/algo/3%20term/lab1)
  18. * [Shortest Path](https://github.com/nowiwr01/itmo/tree/master/algo/3%20term/lab2)
  19.  
  20. ## [Discrete Math](https://github.com/nowiwr01/itmo/tree/master/discrete_math/)
  21. There are some contests solutions. Description of each task inside each folder.
  22. * [Boolean Functions](https://github.com/nowiwr01/itmo/tree/master/discrete_math/1%20term/lab1)
  23. * [Compression](https://github.com/nowiwr01/itmo/tree/master/discrete_math/1%20term/lab2)
  24. * [Combinatorics](https://github.com/nowiwr01/itmo/tree/master/discrete_math/1%20term/lab3)
  25. * [Theory of Probability](https://github.com/nowiwr01/itmo/tree/master/discrete_math/2%20term/lab1)
  26. * [Finite Automatons](https://github.com/nowiwr01/itmo/tree/master/discrete_math/2%20term/lab2)
  27. * [Context-free Grammar](https://github.com/nowiwr01/itmo/tree/master/discrete_math/2%20term/lab3)
  28. * [Hamiltonian Cycles](https://github.com/nowiwr01/itmo/tree/master/discrete_math/3%20term/lab1)
  29.  
  30. ## [Java Course](https://github.com/nowiwr01/itmo/tree/master/prog_intro)
  31. There are some first term homeworks. Description of each task is inside the root folder.
  32. * [Calculating numbers](https://github.com/nowiwr01/itmo/tree/master/prog_intro/HW1)
  33. * [Reversing matrix with spaces](https://github.com/nowiwr01/itmo/tree/master/prog_intro/HW2)
  34. * [Calculating letters in file](https://github.com/nowiwr01/itmo/tree/master/prog_intro/HW3)
  35. * [Words Count Statistic](https://github.com/nowiwr01/itmo/tree/master/prog_intro/HW4)
  36. * [Fast Reverse](https://github.com/nowiwr01/itmo/tree/master/prog_intro/HW5)
  37. * [Words Count Statistic with FastScanner](https://github.com/nowiwr01/itmo/tree/master/prog_intro/HW6)
  38. * [Binary Search with conrtracts](https://github.com/nowiwr01/itmo/tree/master/prog_intro/HW7/search)
  39. * [ArrayQueue (Ordinary + ADT + Module)](https://github.com/nowiwr01/itmo/tree/master/prog_intro/HW8/queue)
  40. * [LinkedQueue](https://github.com/nowiwr01/itmo/tree/master/prog_intro/HW9/queue)
  41. * [Calculating Expressions](https://github.com/nowiwr01/itmo/tree/master/prog_intro/HW10/src/expression)
  42. * [Expression Parser](https://github.com/nowiwr01/itmo/tree/master/prog_intro/HW11/src/expression)
  43.  
  44. ## [Programming Paradigms Course](https://github.com/nowiwr01/itmo/tree/master/paradigms/)
  45. There are some second term homeworks. Description of each task is inside the root folder.
  46. * [Functional Expression Parser (JS)](https://github.com/nowiwr01/itmo/tree/master/paradigms/hw4)
  47. * [Object Expression Parser (JS)](https://github.com/nowiwr01/itmo/tree/master/paradigms/hw5)
  48. * [Exception Handling with Object Expression Parser (JS)](https://github.com/nowiwr01/itmo/tree/master/paradigms/hw6)
  49. * [Linear Algebra Parser (Clojure)](https://github.com/nowiwr01/itmo/tree/master/paradigms/hw7)
  50. * [Functional Expression Parser (Clojure)](https://github.com/nowiwr01/itmo/tree/master/paradigms/hw8)
  51. * [Object Expression Parser (Clojure)](https://github.com/nowiwr01/itmo/tree/master/paradigms/hw9)
  52. * [Associative Arrays (Prolog)](https://github.com/nowiwr01/itmo/tree/master/paradigms/hw11)
  53.  
  54. ## [C++ Course](https://github.com/nowiwr01/itmo/tree/master/c%2B%2B/)
  55. Description of each task is inside the root folder.
  56. * [Autocomplete](https://github.com/nowiwr01/itmo/tree/master/c%2B%2B/autocomplete)
  57. * [Puzzle Game (Using A* algorithm)](https://github.com/nowiwr01/itmo/tree/master/c%2B%2B/puzzle_game)
  58. * [Randomized Queue and Deque](https://github.com/nowiwr01/itmo/tree/master/c%2B%2B/randomized_queue_and_deque)
  59.  
  60. ## [Operation System](https://github.com/nowiwr01/itmo/tree/master/os)
  61. Start working with Linux OS. Description of each task is inside each folder.
  62. * [Base Linux Concole Managing](https://github.com/nowiwr01/itmo/tree/master/os/lab1)
  63. * [Text Stream Processing](https://github.com/nowiwr01/itmo/tree/master/os/lab2)
  64. * [Information About Running Processes](https://github.com/nowiwr01/itmo/tree/master/os/lab3)
  65. * [Process Management](https://github.com/nowiwr01/itmo/tree/master/os/lab4)
  66. * [Work with the file-catalog system](https://github.com/nowiwr01/itmo/tree/master/os/lab5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement