• Stars
    star
    1
  • Language
    C++
  • Created almost 6 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Data Structures and Programming - Topics include: stacks, queues and lists; search trees; hash tables and algorithms; efficient sorting; object-oriented programming; time and space efficiency analysis; and experimental evaluation.

More Repositories

1

IO-Games

Browser based minigames built using Node.js, Express and Socket.io. Implemented a group chat feature, 3 unique minigames and score tracking
JavaScript
8
star
2

jeffwang4321

Readme Profile - jeffwang4321
3
star
3

react-portfolio

React Portfolio Website built using React, JavaScript, HTML & CSS to mimic my previous website design. Automatically deployed using Netlify CLI
JavaScript
3
star
4

jeffwang4321.github.io

Old Responsive Portfolio Website (Nov 2020) - Built using HTML5, CSS3 & JavaScript
HTML
3
star
5

OneBedroomStudios

OneBedroomStudios Website
HTML
2
star
6

FE-Dev-Intern-Test

Take-home assignment for frontend developer internship position. Testing fundamental HTML, CSS, and JavaScript knowledge.
HTML
2
star
7

JavaScript-Demo

JavaScript Demo Website with 3 components: quiz, cycling quotes & expandable timeline
HTML
2
star
8

minitasks

Minimalistic and easy to use To Do List app built using React Native and deployed using Expo
JavaScript
2
star
9

Artificial-Intelligence-Survey

Artificial Intelligence Survey - Topics include: representational typology and search methods; game playing, heuristic programming; pattern recognition and classification; theorem-proving; question-answering systems; natural language understanding; computer vision.
Python
2
star
10

Library-Database

Designed and built a real-world database application for Vancouver libraries. Built the database application using Python and SQLite. Designed an entity-relationship model and drafted it into an E/R diagram. Ensured the schema met the project requirements and avoided anomalies.
Python
2
star
11

Computer-Systems

Computer Systems - Topics in computer architecture that are considered fundamental to an understanding of the digital systems underpinnings of computer systems. Programming in x86-assembly language
Assembly
1
star
12

Old-Resume-Website

Old Resume Website (Responsive) - (2016), HTML5 + CSS3
HTML
1
star
13

MP3

Personalized web app to convert YouTube URLs to .mp3 files
CSS
1
star
14

angular-project

Angular web application for to track pig reports using leaflet API, and Django REST framework. Interactive web map, cloud storage, and password protection.
TypeScript
1
star
15

Leetcode

Organizing my Leetcode solutions and notes in one repository
Python
1
star
16

resume

React resume template web app for stylizing and modifying my resume. Export webpage as PDF. Optimized for A4 letter page, dimensions 2550 X 3300 => 815 x 490
JavaScript
1
star
17

amplifyapp

Work in progress - Amplify Console CI / CD Demo
HTML
1
star
18

Operating-Systems

Operating Systems - Topics include: multiprogramming, process management, memory management, and file systems
C
1
star
19

transpro

Developed a lightweight mobile app using trans-pro.net APIs to check out translation cases for clients. Reduced runtime by up to 50% compared to web app by bypassing redundant APIs
JavaScript
1
star
20

StonksTracker

Developed a minimalistic stocks and crypto tracker app using React Native and Expo Go. Calculates your holdings, creates stock summaries and track your stock activities.
JavaScript
1
star
21

Introduction-to-Computer-Science-and-Programming

Cmpt 120 final project - Planets vs Aliens Game: Worked together with a team of two on building a Python planets and alien game application that allows the user to customize their planet settings and collect rock specimens with aliens . Programmed the data system by using strings and lists so the user has access to the fuel levels, rock specimens, alien stats and have the correct planet position displayed. Coded the visuals using pythons builtin turtle feature, to enhance gaming experience and immersion. Conducted final debugging tests by trial and error to ensure the data system is functioning correctly without input or display errors,
Python
1
star
22

Chat-Rooms

Created browser based chat rooms using Node.js and socket.io packets to mimic a client server environment. This will be used as a basic template for future multiplayer I/O games.
JavaScript
1
star