Skip to content

Instantly share code, notes, and snippets.

View ChanchalS7's full-sized avatar
🎯
Focusing

Chanchal ChanchalS7

🎯
Focusing
View GitHub Profile
STEP BY STEP :
step 1 :
Learn any programming langauge :
Python - https://youtu.be/H21U4jX_SLQ?si=T_3-dTfaIwJQHEbj
Golang - https://youtu.be/8uiZC0l4Ajw?si=vjLz7jJAwuguS4G2
step 2 :
Learn Linux :
https://youtu.be/CTZfWmMAdoI?si=yM15fdx7VO1QcQTX
or
@ChanchalS7
ChanchalS7 / gist:74d78eb3b1083e536e5bbecceef1cf56
Last active March 8, 2025 09:07
Golang recursion question :
Find the factorial of number using recusion in Golang :
Find the sum of natural number using recursion in Golang :
Find the reverse of string using recursion in Golang :
Program to check prime number using recursion in Golang :
Program to print fibonacci series nth term :
Program to generate permuation of string :
Program to find GCD of a numbers :
Program to find the N th term of fibonacci number using memoization :
Program to find the subset of a set :
Program to find the Tower of Hanoi problem :