Codegorithm

Codegorithm A coding community It is a blog and a youtube channel on which various coding problems and challenges are given.

Anyone can propose a problem for others to solve. For people new to programming and coding can also take lessons on its youtube.

14/12/2025

🤖 The Race Toward AGI

Artificial General Intelligence represents one of humanity's most ambitious frontiers. Unlike narrow AI systems designed for specific tasks, AGI would possess the ability to understand, learn, and apply knowledge across diverse domains—much like human intelligence.

What makes AGI revolutionary:
✨ Universal problem-solving capabilities
✨ Adaptability across different fields
✨ Autonomous learning and reasoning
✨ The potential to accelerate innovation

We're witnessing rapid advancements in machine learning, neural networks, and computational power. While true AGI remains on the horizon, the trajectory is clear: the convergence of technology and capability is accelerating.

The questions we must ask today:
🔙 How do we ensure AGI development is safe and beneficial?
🔙 What ethical frameworks guide this journey?
🔙 How do we prepare society for this transformation?

The future of intelligence isn't just about building smarter machines—it's about building them wisely.

09/08/2024
Happy trails ✨
12/05/2024

Happy trails ✨

24/08/2019

Thank you !!! Thank You !! a million time...
Even though I was inactive you liked my page... I'll keep posting more in future...

24/08/2019

Which programming language Should I choose for beginning?

This is a question which comes to all our minds at a point of time when we start to think about starting coding.
Most people try to find its answer by asking what is the best language on web. A lot of articles and blogs on the web tells different answers and which makes it even more confusing.
In this era there are about 280+ programming languages, and a few of them stand out. Languages like C,C++,C #, Java , JavaScript etc, are most popular.
So does it mean you should just pick any of 'em and start coding in it?

If you become a software engineer , you will learn more languages than now. So I don't think there is any point in being overly obsessive with learning more languages for now. Just focus on one.

Undoubtedly, C is the fastest High level language till now, so pick it?

If you want to learn an easy structure language go for python. Coding in it is as easy as writing an algorithm.

Python has a huge set of libraries especially machine learning and AI related so is it best for you?
Java is one of the most versatile language and completely object-oriented and its software are highly cross-platform supported, is it better for you?

C # is widely used to produce windows applications, which is the most popular OS for PC's now is better for you?
JavaScript is most popular for web development, so is it the language you have been waiting for?

Before choosing any language based on their description or choosing 'em all, let me tell you something:

There is a need to make right choice as a wrong choice might waste a lot of your precious time as a newbie coder

The one you choose should not be the best but the most suited to you.

# a simple code for swapping two integer values in python
a=8
b=9
a,b=b,a

Learning in Python is easy but it is not that comprehensive as C. C has many rules and we gotta keep many things in mind while coding in it.

We have to do many things manually in C which are done automatically in python. So, transferring from C to any other languages easy but converse is not true. And learning C makes us learn enough to learn other languages easily.

We have to write code for almost everything in it if we don't have special libraries. There is a saying that C is a very tough language, and I agree to "some" extent. But C has its perks:

>Best for competitive coding
>Best for game writing
>Best for calculations
why? 'cause its fastest ,unless you wanna code in assembly.

// code in C for swapping

void main(){
int a=8,b=9;
int t;
t=a;
a=b;
b=t;
}

Java is a broad language , many things to learn , I think you should go with other languages if you are a beginner or if you do go with don't delve too deep, build basics such as looping and functions first.(It applies for whatever language you choose) limit to only Core Java.

//swapping code for java
class Swap{
public static void main(String [] args){
int a=8,b=9;
int t;
t=a;
a=b;
b=t;
}
}

Some tips:
>Build basic knowledge first about language before coding in it, it helps us in knowing for what purpose it was developed. Also helps in choosing.
>Regardless of any language you choose, learn looping and functions deeply(must for solving problems).
>Don't run too fast, keep looking back.
>Code regularly.

PS: I'll keep updating it, your opinions are necessary.

Hello guys here is the second code challenge. We thank you everyone for their support they shown by liking us. You can l...
18/02/2018

Hello guys here is the second code challenge.

We thank you everyone for their support they shown by liking us.

You can like us by clicking on the LIKE symbol at the top right corner of the post thank you.

13/02/2018

SPOT THE ERROR


Int main()
{

Int a,b;
printf

int a,b,c;
printf("Enter the values for a and b: ");
scanf ("%d%d",&a,&b);

C=a*b;

printf("The produce of a and b is %d,",&c);
}

Code forCode Challenge  #1  by CodegoritmPlease like and share us. It motivates us to do this work more earnestly. Thank...
10/02/2018

Code forCode Challenge #1
by Codegoritm

Please like and share us. It motivates us to do this work more earnestly. Thankyou.

10/02/2018

Thank you every one for your support by providing this page with likes.

I will work hard to develop this page further and not disappoint you. I hope you all will continue to support me🙂🙂

A coding community

09/02/2018

Code Challenge #1

Address

Plot No. 16 & 17, First Floor, Leisure Valley Road, Sector 29
Gurugram
122001

Alerts

Be the first to know and let us send you an email when Codegorithm posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share