One plate
This post is getting updated based on the development progress. Introduction Worked as: Full Stack Develeoper I decided to develop this app because following 2 reasons: Customers’ No-...
This post is getting updated based on the development progress. Introduction Worked as: Full Stack Develeoper I decided to develop this app because following 2 reasons: Customers’ No-...
Introduction Worked as: Full Stack Develeoper Tip Calculator is a Windows Forms app to automate tip settlement process. Background Knowledge I’m working as a server at a restaurant. Serv...
Introduction Worked as: Back-end Develeoper Bears Kitchen is a web app developed for Conestoga College Capstone Project. Research One of our teamates loves cooking. And she told me whenever s...
Introduction Worked as: Leader, Full Stack Develeoper Smart Product Quote Tool is a web app developed for Smart Cities Hackathon from Seneca College. This project is made for Mircom that only ha...
Introduction Worked as: Full Stack Develeoper Menu managment app is an Android app to combine all features into one app for restaurants and customers. Research There are 2 app for restaurants...
Solved Description Given an array of integers temperatures represents the daily temperatures, return an array answer such that answer[i] is the number of days you have to wait after the ith day...
Solved Description You are given an array of strings tokens that represents an arithmetic expression in a Reverse Polish Notation. Evaluate the expression. Return an integer that represents th...
Solved Description Given an array of integers citations where citations[i] is the number of citations a researcher received for their ith paper, return the researcher’s h-index. According to t...
Solved Description Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. Implement the MinStack class: MinStack() initializes the stack object. ...
Solved Description You are given an integer array nums. You are initially positioned at the array’s first index, and each element in the array represents your maximum jump length at that positi...