Jessica Graham (jegraham)

jegraham

Geek Repo

Company:Brock University

Home Page:https://jegraham.github.io/

Github PK Tool:Github PK Tool

Jessica Graham's repositories

jegraham.github.io

A portfolio website that is designed and made from scratch. The site is intended to display projects, resume, and a blog to discuss topics of interest.

Language:JavaScriptStargazers:2Issues:1Issues:0

Cake_Thief

Based on Interview Cakes practice question "Cake Thief". Dynamic programming is implemented to solve this problem to get the most cake in the duffel bag before the thief is caught!

CV

Enthusiastic Software Support Engineer eager to contribute to team success through communication, attention to detail, and excellent organizational skills. A clear understanding of coding practices, user experience, and learning new skills. Motivated to learn, grow and excel in Technology. Passionate about software development, developer advocacy, and project management.

jegraham

This contains my github bio

Playbook

This playbook is a wiki intended to keep notes and thoughts as I learn more about technology and programming.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

API_Calls

This is my first API and Javascript-generated HTML. The goal is to create an API connection to Github and dynamically load Github Projects into my Portfolio site.

Language:Jupyter NotebookStargazers:0Issues:1Issues:0

Calendar

Inspiration from Interview Cake "Your company built an in-house calendar tool called HiCal. You want to add a feature to see the times in a day when everyone is available"

Language:JavaStargazers:0Issues:1Issues:0

Hierarchy_PrintOut

A mini-program was meant to read out the top two levels of Folders in Hierarchy and print to a txt file for a table of contents.

Language:JavaStargazers:0Issues:1Issues:0

Merging_Linked_Lists

Inspired from Educative.io, the problem is to merge two linked lists together.

Stargazers:0Issues:1Issues:0

Missing_Number

Inspiration from Educative.io . The problem is as follows: Find the missing number in the array You are given an array of positive numbers from 1 to n, such that all numbers from 1 to n are present except one number x. You have to find x. The input array is not sorted. Look at the below array and give it a try before checking the solution.

Language:JavaStargazers:0Issues:1Issues:0

Nth_Fibonacci

Inspired by Interview Cakes nth Fibonacci problem to return the nth number as requested by the user. The approach taken to resolve this problem is to implement a recursion solution.

Stargazers:0Issues:1Issues:0

Palindrome_Permutation

Inspiration from Educative.io "Write an efficient method that checks whether any permutation of an input string is a palindrome.

Stargazers:0Issues:1Issues:0
Language:Jupyter NotebookStargazers:0Issues:0Issues:0

Syndrome_Decoder

This Syndrome Decoder is in relation to knowledge learned in Masters Course COSC 5P01 - Coding Theory. The idea behind this decoder is to follow the technique of syndrome decoder using a provided Parity Check Matrix, length n, syndrome y, and k values. We then take and generate potential syndromes and coset leaders to come up with our list of potential syndromes and errors. This then computes and provides the decoded syndrome.

Language:JavaStargazers:0Issues:0Issues:0