Software Alternatives & Reviews

GeeksforGeeks Reviews and details

Screenshots and images

  • GeeksforGeeks Landing page
    Landing page //
    2023-05-07

Badges

Promote GeeksforGeeks. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

Geeksforgeeks self paced DSA review | CP | Leetcode

HOW TO BECOME A PROGRAMMER? | STORY OF SANDEEP JAIN | GEEKSFORGEEKS |FLAWLESS FAILURE |

Geeksforgeeks | Aamzon SDE Test Series Review | Faang | CP | Leetcode

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about GeeksforGeeks and what they use it for.
  • Slicing with RStudio
    So I have a dataset from source("https://www.openintro.org/data/R/exam_grades.R"). First column is the year(format YEAR-# ie 2000-1 for year 2000 semster 1), then gender in the second column, then actual exam scores in the following 3 columns, then course grade in the last column. I want to separate the data based on the year and semester. I went looking and the closest thing that would let me do it was slicing. ... Source: about 1 year ago
  • My experience of cracking coding interviews (2018)
    Geeksforgeeks.org - A famous computer science portal having everything you need for interview preparation. But in my opinion, the code, methods are not too intuitive and simple, their code has some bugs too. For example, consider this problem, http://bit.do/PetrolPump , the solution is not too intuitive. If you see this solution : http://bit.do/LeetcodePetrolPump. It’s very easy. That’s why I recommend leetcode... - Source: dev.to / about 1 year ago
  • Auto Redirect AMP doesn't work, even from FLAGs
    However, how are you getting these links? Because if I go directly to geeksforgeeks.org in Brave Android and then click on any article, it doesn't give me that type of Google URL. Source: over 1 year ago
  • Should I retake CS106A?
    I would say that just googling/searching on YouTube for a specific topic like recursion, backtracking, binary search tree, etc. Is really good for finding videos and websites that further break down the concepts and teach you tips for how to implement them. geeksforgeeks.org is a really good website that I can think of that helps a lot with understanding the topics in 106B, and general computer science topics and... Source: over 1 year ago
  • A 4 years dropper, wanting to start a future in IT sector. Having some doubts. Help will be appreciated.
    For practicing algorithms, use any of the freely available websites like https://hackerrank.com https://codechef.com https://projecteuler.net A structured set of practice problems are available at https://www.interviewbit.com/courses/programming/ Avoid https://geeksforgeeks.org because it has a ton of material but very poor quality control. Source: almost 2 years ago
  • What are some useful free online tutorials and websites for rapidly getting into RoR world?
    I come from Python world, I really dig websites like realpython.com or geeksforgeeks.org which I look at sometimes to brush up some skill or learn new things. Source: almost 2 years ago
  • my country is giving free courses in programming and i would like advice for which one to take.
    I second this to use a variety of platforms and resources to develop your knowledge and understanding of programming. Youtube, Medium, Twitter, Reddit, podcasts, freecodecamp.org, geeksforgeeks.org, learnpython.org, w3schools.com, stackoverflow.com, etc. Start consuming small bits of information in your down time even when you don't have the intention of studying or learning. Source: almost 2 years ago
  • cpp Binary to Decimal decoder
    #include Using namespace std; Int main() { char binaryNumber[] = "0101010101010101010101010101010101"; string session = "y"; while (session == "y"){ Cout << "\nEnter a Binary number (1s and 0s): "; cin >> binaryNumber; cout << "\n"; Cout << stoi(binaryNumber, 0, 2); Session = "y"; Cout << "\nContinue session? [y/n]\n"; cin >> session; cout << "\x1B[2J\x1B[H"; }//end of session cout <<... - Source: dev.to / almost 2 years ago
  • How did I learn to code?
    Reading blogs and tutorial websites on a need basis - If you want to center a div, search it up. In many cases, you’ll get links from geeksforgeeks.org, w3schools.com, freecodecamp or towardsdatascience. Just read their guides to get your problems solved. - Source: dev.to / about 2 years ago
  • I'm unfortunately stuck in tutorial hell
    I would totally go with what that guy said. Try and do a little bit every day. I try and open my IDE and either go through a website that teaches a library I'm not familiar with. geeksforgeeks.org/ w3schools.com . Source: about 2 years ago
  • How did you guys and gals read the books?
    I feel you, programming books can be difficult to read. Some people are able to study through books but for some it's difficult. I personally never used books to learn programming. I used to make notes in my class and used those to learn the basics of programming and after that, I have used websites like geeksforgeeks.org and tutorials from youtube. Source: about 2 years ago
  • Looking for online resources
    There are many resources available online. You can check out freecodecamp.org and geeksforgeeks.org. There are also several youtube channels available, you can check out some of them and then go with the one you find the best. You can also check out GitHub repositories as they also have a collection of good resources. There are paid courses too, but I would recommend going with the free ones initially because they... Source: about 2 years ago
  • Okka rogam
    Make it as a habit dude. don't stress yourself on completing a lot in a single day or week. Try to spend some time daily without losing a streak. I am hoping you are still in college, so 6 months would be more than enough to get on track even if you start from scratch. My personal suggestion to learn to code is Leetcode & GFG. Source: over 2 years ago
  • Becoming fluent in Java
    Probably if you're given a programming problem in general, you can do it in Java. There is no honest set marks for proficiency, but if you know how to do basics as well as how to utilize 3rd party packages, you would be viable for most jobs. Programming to me is an ongoing learning process with new things to learn about all of the time. I recommend going over the geeksforgeeks.org tutorials for Java and then... Source: over 2 years ago
  • How I became a web developer in just 3 months and got two job offers.
    I studied it from myself. If you want to know I can write an article on that too. Or if you want to explore from yourself you can check geeksforgeeks.org this website. It would take you at around 4-6 months to prepare for datastructure and algorithms if you know what to study. Source: over 2 years ago
  • I’m completely lost in programming
    As for Data Structures, apply to the Algorithmic Toolbox course by UC San Diego. They've some pretty good stuff there. Then there's also geeksforgeeks. They update their content daily and you can learn everything from scratch. Students in India learn everything from here. And most importantly, programming is about practice my friend. Just practice as much as you can. Solve questions on leetcode, interviewbit and... Source: over 2 years ago
  • Last High School Year Advice
    1- Money - it's a fact FAANG pays $100k-$600k or even more for a programmer. Non-FAANG could range from shit $30k to $100k for entry. If you look on Indeed, some even offer $135k in the job description. geeksforgeeks.org offers $100k for back-end Python developers. But in the future, all these numbers could change. Source: over 2 years ago
  • TCS NINJA INTERVIEW PREP
    Regarding the TCS Ninja exam details, I would always advise the Official TCS Ninja link with most of details covered on eligibility, test pattern etc. For practice questions, I would suggest review some of the usual topics that are part of the curriculum of Computer Science and Information Technology engineering degrees. Knowing multiple programming languages like Python, Perl, C, Java are very good but knowing a... Source: over 2 years ago
  • pls need guidance
    A pretty good resource for those is https://geeksforgeeks.org/. Source: over 2 years ago
  • In a bit of a coding pickle
    Nevermind, I figured it out through https://geeksforgeeks.org. Source: almost 3 years ago
  • Resources for learning programming?
    I'd pick some language you want to learn and then set out to program something, like a hello world program. Any problems you encounter you can probably find an answer to on stackoverflow. When looking for some basic definitions w3schools can help. And geeksforgeeks can help with explaining some algorithms you might want to use. Source: almost 3 years ago

External sources with reviews and comparisons of GeeksforGeeks

Top 25 websites for coding challenge and competition [Updated for 2021]
GeeksForGeeks is the website for geeks. It has tons of resources on programming and algorithms. It also has an interview section to help programmers win their dream jobs. There’s also an excellent collection of C and C++ puzzles for programmers to solve.

Do you know an article comparing GeeksforGeeks to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic GeeksforGeeks discussion

Log in or Post with

This is an informative page about GeeksforGeeks. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.