Git Product home page Git Product logo

rickyc14's Projects

binary_search_tree icon binary_search_tree

This self-balancing binary search tree (a.k.a. AVL tree) performs 'rotations' to keep the tree's balance without changing the 'in-order' of its elements. The balance factor of any given node is calculated by subtracting the depth of it's left sub-node from the depth of its right sub-node.

manim icon manim

Animation engine for explanatory math videos

nokia-analysis icon nokia-analysis

Visualization of NOKIA's stock price throughout the years (1994-2018) using R to mine data from yahoo finance.

pwnedpasswordschecker icon pwnedpasswordschecker

Small Python script for checking whether a password has been pwned, without sharing it, or its hash.

queue icon queue

A queue structure that stores elements in a first in/first out fashion represented in in both C and C++

quick_sort icon quick_sort

A classical sorting algorithm in C++ that takes input from the user like the number of elements to be sorted and the elements themselves.

quiz icon quiz

Ex 1 - Run timed quizzes via the command line

slowloris icon slowloris

Low bandwidth DoS tool. Slowloris rewrite in Python.

stack icon stack

This simple stack will store different kinds of input from the user and store them in the stack in a first in/last out fashion.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.