Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 623 Bytes

File metadata and controls

28 lines (22 loc) · 623 Bytes

problem-solving-java

Introduction

This project includes solutions for problems solving questions in below category.

  • Palindromes
  • Romans
  • Fibonacci
  • Coin Change

Installation Guides

Used Tools

  • Eclipse IDE for Java Developers - 2022-06 (4.24.0)
  • Java 8
  • pmd-eclipse-plugin 4.37.0
  • Windows OS
  • SpringBoot 2.7.2
  • Maven Project
  • Junit 4.13.2

Execution Steps

  1. Clone the project using below git url
  1. Import project into eclipse (or any maven supported IDE)
  2. Update maven >Update Project
  3. Run the “Run as” > “Java Application”