Skip to content
View AlenaRyzhkova's full-sized avatar
  • Russia, Moscow
Block or Report

Block or report AlenaRyzhkova

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. CS50 CS50 Public

    Harvard University's introduction to the intellectual enterprises of computer science. All homeworks.

    Python

  2. UCSDUnfoldingMaps UCSDUnfoldingMaps Public

    This map visualize earthquake data, which reads from a live RSS feed. It displays markers earthquakes of a magnitude of 2.5 or higher have occurred in the last week. Additional information is displ…

    Java

  3. Algorithms Algorithms Public

    Implementation of basic algorithms. Sorting: Insertion sort, Boble Sort, SelectionSort, Shell Sort Merge Sort. Data structures: Linked List. Stack, Queue and so on

    Java

  4. MOOCTextEditor MOOCTextEditor Public

    Smart text editor/processor that incorporates “intelligent” behaviors of modern-day text interfaces including autocomplete, flagging misspelled words and spelling auto-correct.

    Java

  5. UCSDGraphs UCSDGraphs Public

    This map application allows to find the shortest path between two locations, using BFS, Dijkstra and A* algorithms and visualise the process of searching optimal way. In addition, it has a console …

    Java