4
C-sucks
3y

I tried implementing graph data structure in java. And I reckon it's the most painful code I ever wrote since "hello world".

Comments
  • 0
    You can represent a graph as a 2d array. Much simpler. I'm guessing you didn't do that.
  • 1
    @atheist I went for adjacency list and was actually searching for the freedom (that C++ allows) in java. And that f**king sucks.
  • 1
    C-sucks? 🤔
  • 0
    Even your "hello world" is painful code? Wew, wouldn't want to work with you :)
  • 0
    @Hazarth I reckon writing "hello world" in java at the age of eight is probably like getting tortured.
Add Comment