Skip to content

My solutions to the Jutge.org problems for the ADSDB course on MDS master

Notifications You must be signed in to change notification settings

AimbotParce/MDS-ADSDB-Jutge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solutions to the Jutge.org problems

Jutge.org is a platform for practicing solving problems in different programming languages. This repository contains my solutions to the problems of the ADSDB course from the MDS master at UPC.

Table of contents

1. Introduction

2. Stacks and Queues

  • P52023 Reverse Polish notation ✅
  • P69643 Checking parenthesis ✅
  • P90861 Queues of a supermarket (1) ✅
  • X12072 Array Based Stack with Maximum Capacity ✅
  • X12385 Implementing a Deque with a Circular Array ✅

3. Singly and Doubly Linked Lists

  • X60068 Queue Concatenation 🟥 - I've seen the private tests, and one is incorrectly defined
  • T43800 Queue Rotate ✅
  • V45106 Merge Queues ✅
  • Z32206 Move element pointed by position to back ✅
  • X98439 Merge two sorted linked lists ✅
  • X15744 Delete all occurrences of an element ✅

4. General and Binary Trees

  • X17958 Maximum of a General Tree (out) ✅
  • Z11868 Search in a BST ✅
  • P98436 Trees - Recursive traversal 🟨 - Everybody I've talked to has a PE here, I think a private test might be incorrectly defined
  • P37445 Trees - Width ✅
  • Z89043 Insert in a BST ✅
  • X37904 Maximum of a General Tree ✅

5. Priority Queues, Heap sort

6. BST, Sets and Dictionaries

7. Graphs

Symbol Meaning
Problem solved and accepted by Jutge.org
🟨 Presentation error (Missing a space or newline on some private test)
💣 Time limit exceeded (Answer takes longer than the one expected by Jutge.org)
🟥 Wrong answer (Answer is incorrect for some private test)

Note: The "(Delivered Version)" is a pruned (or slightly altered) version of the original solution, which was done to reduce the overhead of the code, and overcome the time limit exceeded error. The original solution is still available in the same folder.

About

My solutions to the Jutge.org problems for the ADSDB course on MDS master

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages