Geeksforgeeks not a good place to get started with programming
Is the GeeksforGeeks DSA (Algorithms & Data Structures) section still bad?
Videos
I have seen many people recommending GeeksforGeeks to get started with programming.
But the truth is, many article is very poorly written, along with poor UI/UX design.
From what I have seen, Its just a place where code from different website and books are copied and compiled on a single website.
Let's just take example of method 4.
https://www.geeksforgeeks.org/check-whether-two-strings-are-anagram-of-each-other/
It's been a year since the method 4 has not been removed, this was one such code I found out today.
https://www.geeksforgeeks.org/length-of-longest-subarray-in-which-elements-greater-than-k-are-more-than-elements-not-greater-than-k/?ref=rp-Wrong approach
https://www.geeksforgeeks.org/longest-subarray-count-1s-one-count-0s/?ref=rp - Logically incorrect.
Many article with wrong time complexity, slow approach, poor explanation have just ruined the quality of content.
Would not recommend GeeksforGeeks.
four years ago a reddit post highlighted issues with the problem solutions on GeeksforGeeks and shared three links as examples however when I check those links now, I don't see any problems it seems geeksforgeeks has been updating these tutorials since 2024
despite this does learning from geeks4geeks worth? If not, could you recommend similar platforms which categorize algorithmic topics clearly provide complete tutorials for each problem allow testing code directly on the platform?
Thanks in advance!