LeetCode 01 : Two Sum

GoProgrammingHub
GoProgrammingHub

Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.

Read more →

LeetCode 02 : Add Two Numbers

GoProgrammingHub
GoProgrammingHub

You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a single digit. Add the two numbers and return the sum as a linked list

Read more →

Codechef 02 : Problem Code: BURGERS

GoProgrammingHub
GoProgrammingHub

Chef is fond of burgers and decided to make as many burgers as possible. Chef has A patties and B buns. To make 1 burger, Chef needs 1 patty and 1 bun. Find the maximum number of burgers that Chef can make.

Read more →