faheemzunjani / Cool-Practice-Programs

This repository contains the C/Python codes for interesting problems aimed at giving beginners in programming a good practice.
23 stars 15 forks source link

Patrick Fahy's branch #27

Closed PatrickFahy closed 2 months ago

PatrickFahy commented 2 months ago

Hello,

I wanted to contribute, so I added a C program to demonstrate how to return indices of two numbers in an array of integers such that they add up to a specified integer, also known as the 'twoSum' problem.

Thank you in advance for taking the time to review my pull request, Patrick

faheemzunjani commented 2 months ago

Thanks @PatrickFahy for your contribution!