Skip to content
View Nerdylicious's full-sized avatar
Block or Report

Block or report Nerdylicious

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

Popular repositories

  1. DijkstraShortestPath DijkstraShortestPath Public

    Implementation of Dijkstra's algorithm in C++ which finds the shortest path from a start node to every other node in a weighted graph.

    C++ 39 10

  2. DataStructures DataStructures Public

    A collection of data structure/ADT implementations in C++. Includes binary trees, dictionaries, deque, doubly-linked lists, graphs (using an adjacency list), hash tables. Some implementations make …

    C++ 11 1

  3. ALOHAProtocolSimulation ALOHAProtocolSimulation Public

    A simulation of the ALOHA protocol using SimPy and SciPy.

    Python 7 2

  4. FloatingPointComparison FloatingPointComparison Public

    C++ implementation to compare two floating point numbers.

    C++ 4

  5. SmartPointer SmartPointer Public

    A SmartPointer implementation in C++. A SmartPointer is a data type, implemented with templates, that simulates a pointer while also providing automatic garbage collection.

    C++ 4 1

  6. DynamicProgramming DynamicProgramming Public

    A collection of solutions (fibonacci, counting steps) using dynamic programming in C++.

    C++ 4 1