Code Challenge

Repository to store Java algorithm and MySQL challenges.

MySQL

The MySQL challenges are placed on /sql dir and they are divided in a single file per question:

  • 1_ranking.sql
  • 2_initcap.sql
  • 3_split_column.sql
  • 4_bug_tracking.sql

Java

The Java algorithm can be found in the package com.marcosbarbero.demo:

  • Palindrome
  • KComplementary
  • LargeFile

Each of them has an own class test to validate the methods.