Skip to content
View KidusLegesse's full-sized avatar

Block or report KidusLegesse

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
KidusLegesse/README.md

Hi ๐Ÿ‘‹, I'm Kidus.

I am a student at Cornell University ๐Ÿป studying computer science ๐Ÿ’ป. Writing software is a passion of mine that I aim to utilize to make a positive contribution to my community and the world ๐ŸŒŽ.

  • ๐ŸŒฑ Iโ€™m currently learning Functional Programming, Backend Web development, and Machine Learning

  • ๐Ÿ‘จโ€๐Ÿ’ป All of my projects are available on this Github account

  • ๐Ÿ’ฌ Some of my intrests in comupter Science are Artificial Intelligence ๐Ÿง , Game Development ๐ŸŽฎ, and Cryptography ๐Ÿ”

  • ๐Ÿ˜ Some non-computer science intrests of mine are Chess ๐Ÿ‘พ , Probability Theory ๐ŸŽฒ , and Cosmology ๐Ÿ”ญ

  • ๐Ÿ“ซ How to reach me kiduslegesse11@gmail.com

  • โšก Fun fact There are over 700 programing langauge ๐Ÿ˜ฒ

Languages and Tools:

Pinned Loading

  1. AlgorithmVisualizer AlgorithmVisualizer Public

    ๐ŸŒŠ A tool that can help visualize four different graph traversal algorithms (Dijkstra's , BFS, DFS, and A*) through simulating a boat โ›ต in the ocean attempting to avoid icebergs ๐Ÿ”๏ธ while trying to fโ€ฆ

    JavaScript

  2. Machine-Learning Machine-Learning Public

    ๐Ÿ”ฎ Implementation of two machine learning models (Neural Network & KNN) trained on heart disease data in order to predict Heart Disease in a patient.

    Python

  3. Blockchain-Ocaml Blockchain-Ocaml Public

    This is a decentralized blockchain that records transactions for a cryptocurrency implemented in OCaml ๐Ÿช using a functional programming paradigm.

    OCaml 2

  4. Tierlist-Website Tierlist-Website Public

    A website where users can search for movies (provided by an OMDB api) and rank those chosen movies in a tierlsit. Implemented using CSS and the React JavaScript framework.

    JavaScript

  5. Algorithmic-Trader Algorithmic-Trader Public

    Command-Line Program that returns trading signals and graphs produced by mean reversion trading algorithm based on user input (pairs of stocks, timeframe, and other preferences).

    Python