Estruturas de Dados 2019/2020 (CC1007) - DCC/FCUP

Don't Submit Now ("hino" de Estruturas de Dados)


  • Ver no YouTube


    Música original: Don't Stop Me Now (Queen)

    Cover de Piano: Francesco Parrino

    Letra: adaptada por Pedro Ribeiro

    Tonight, I'll implement myself, a real good code, I feel alive
    And the world, will know how good I am, yeah
    I'm floating around, in data structures,
    So don't submit now, check the examples
    They are correct now, it will be accepted
    
    Like a linked list, a value in each node, and a reference to the next
    And a reference to the node before, in a doubly linked list
    I'm gonna go, go, go, there's no stopping me
    I'm burning through the list, yeah
    Two hundred nodes, that's why they call me Mister Linked List
    I'm traversing at the speed of light,
    I wanna make a super data structure with you
    
    So don't submit now, check all your source code, and first compile
    So don't submit now, be sure to read the problem, and check the constraints
    So don't submit now (what is the complexity?)
    So don't submit now, time limit exceeded
    My program will not stop at all
    
    Like a search tree, a value in each node, and a reference to two children
    If it is balanced, the height is logarithmic
    I'm gonna go, go, go, there's no stopping me
    I'm burning through the tree, yeah
    Two thousand nodes, that's why they call me Mister Binary Tree
    I'm traversing at the speed of light,
    I wanna make a super data structure with you
    
    Don't submit, don't submit, without thinking
    Don't submit, don't submit, without testing
    Remember Mooshak is not a compiler
    
    I know the order in a stack, last in, first out
    In a queue, another story, it is reversed, first in, it's the first out
    I'm burning through the data
    Two million nodes, that's why they call me Mister Null Pointer Exception
    I forgot to make an if for null values
    I wanna make a Runtime Error with you
    
    So don't submit now, check all your source code, and first compile
    So don't submit now, be sure to read the problem, and check the constraints
    So don't submit now (what is the complexity?)
    So don't submit now, time limit exceeded
    My program will not stop at all
    
    Tonight, I want classes face to face, those were good times, I felt alive
    And the world, will be back to what it was, yeah
    I'm floating around, in memories,
    So don't submit now, check the examples
    They are correct now, it will be accepted... now!