workattech
There are 6 repositories under workattech topic.
ani03sha/OnlineJudges
This repository contains my solutions to problems in different online judge platforms such as LeetCode, Work@Tech, etc. 425+ solved LeetCode problems.
workattech/hacktoberfest-2020
Get your articles published on workat.tech and get goodies from DigitalOcean as part of Hacktoberfest 2020. The best articles on each of the topics get published if they meet the editorial criteria.
priyakdey/algodex
Algodex is a comprehensive collection of Data Structures and Algorithms (DSA) resources, solutions, and notes.
simranbhatt/paymentSplitApp
This little OOP refresher forms the basics of a payment split application. A user can add an expense, the number of people splitting it, and the type of split and view the balances owed. Users and Expenses can be added via the command line, and balances can be similarly viewed. Command formats are shown when running the program. Execution of a design prompt from workat.tech.