/ED

Data Structures Exercises (2nd year Computer Sciences)

Primary LanguageC++

ED

Data Structures Labs (2nd year Computer Sciences). These exercises are based on practissing the correct use of ADTs. Each exercise includes the problem statement, sample of input and output and my answer.

adts

Abstract Data Types folder

Original ADTs repo of the subject -> ed

other

  • list-fu.cpp - Implementation of fundamental methods of singlely-linked list

stack_practice

Exercise to practice for e02 that consists on a stack-based XML checker. Statement