Sounetra Ghosal

Hello folks, I am Sounetra Ghosal, a B.Tech graduate in Computer Science and engineering from GIS College of Engineering, contributing several articles for the well-being of geeks throughout the globe. I love to write content basically in C programming language. Also, besides Java, Python, and C++ are some of my favorite languages. Contributed 350+ articles in different organizations. I have also secured the 23rd position at the Technical Scripter 2022 Event at GeeksforGeeks. One of my articles gets this award for getting the most views. I have received 79 certificates in various fields of technologies and content writing. Every day I improve my skills to contribute more articles and expand my knowledge in any way possible.

How To Turn Your Programming Homework Into Portfolio Projects?

As a CS Student, you should have worked on multiple programming homework assignments. However, have you ever thought of “Turn Programming Homeworks into Portfolio Projects” that could give you a job? Many programming homework assignments given in your academics can be converted into real-world projects. You just need to make some small refinements to your […]

How To Turn Your Programming Homework Into Portfolio Projects? Read More »

What is Bubble Sort In Java? Algorithms and Codes Explained

What is Bubble Sort In Java? Algorithms and Codes Explained

As a Computer Science Student, when we start learning about DSA, we will find the Sorting Algorithm concept. In that concept, we must implement different Sorting Methods with a programming language. One such programming problem is “Bubble Sort in Java”. There are very few Real-world Applications of the Bubble Sort Algorithm. However, it can still

What is Bubble Sort In Java? Algorithms and Codes Explained Read More »

The Debugging Secrets Behind Failed Code Submissions

In a programming assignment, if your code failed during submission and was rejected, though it was passed locally, then it is high time to learn about the hidden “Debugging Secrets behind Failed Code Submissions”. In such cases, your code is not actually wrong, but behaves differently in two different programming environments. So, you have to

The Debugging Secrets Behind Failed Code Submissions Read More »

How To Handle NumberFormatException In Java Assignments?

If you have just started learning Java Programming, then you might face the NumberFormatException error while solving Java Assignments. However, “Handling NumberFormatException in Java” is not that difficult. The NumberFormatException is one of the most common errors in Java, which happens when you try to convert a string to an integer. If the formatting of

How To Handle NumberFormatException In Java Assignments? Read More »

Tackle Multiclass Classification With A Complex Decision Tree

Tackle Multiclass Classification With A Complex Decision Tree

In Machine Learning, a Decision Tree is one of the most beginner-friendly algorithms that helps in Binary Classifications. But “Tackling Multiclass Classification with Complex Decision Tree” is not that easy. In Binary Classification, where only two choices are present, in Multiclass Classification, we have to predict from multiple choices, which makes the dataset more complex

Tackle Multiclass Classification With A Complex Decision Tree Read More »