Skip to content
View lukekor15's full-sized avatar

Block or report lukekor15

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

Pinned Loading

  1. Fibonacci Fibonacci Public

    A program to find the last digit of the sum of Fibonacci numbers in a given interval. The purpose of this project was to find and replace a very time and space consuming solution with a much more e…

    Java

  2. TheStack TheStack Public

    An implementation of a stack data structure using linked list, with all the necessary methods to manipulate the stack. Code written with generics and exceptions.

    Java

  3. Binary-Tree Binary-Tree Public

    A class to build a Binary Search Tree with methods to print out inorder, postorder, preorder and level-order traversal. Also includes a simple way to reverse a Binary Tree.

    Python

  4. Bouncing-balls Bouncing-balls Public

    A game with collision detection where user can input how many balls he wants to hit against each other.

    Python

  5. Create-a-Matrix Create-a-Matrix Public

    Build a mathematical matrix without using numpy. Includes methods allowing matrix multiplication, transposing, adding new rows and columns and more.

    Python

  6. Sudoku Sudoku Public

    A script to solve a given incomplete sudoku board.

    Python