Skip to content

michapringle/study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Summary

Overview

This project is primarily developed in Java and utilizes the Maven framework for project management and build automation. The project focuses on solving various algorithmic problems commonly found in coding interviews and competitive programming.

Languages, Frameworks, and Main Libraries Used

  • Language: Java
  • Framework: Maven

Purpose of the Project

The purpose of this project is to provide solutions to a variety of algorithmic challenges, which can serve as a learning resource or reference for individuals preparing for technical interviews or looking to improve their problem-solving skills in programming.

Build and Configuration Files

The following files are relevant for the configuration and building of the project:

  • Maven Configuration File:
    /pom.xml

Source Files Locations

The source files can be found in the following directories:

  • Arrays and Hashing:
    /src/main/java/ca/mpringle/study/neet/arraysandhashing

  • Binary Search:
    /src/main/java/ca/mpringle/study/neet/binarysearch

  • Linked List:
    /src/main/java/ca/mpringle/study/neet/linkedlist

  • Stack:
    /src/main/java/ca/mpringle/study/neet/stack

  • Two Pointers:
    /src/main/java/ca/mpringle/study/neet/twopointers

  • Design Patterns:
    /src/main/java/ca/mpringle/study/patterns

  • SOLID Principles:
    /src/main/java/ca/mpringle/study/solid

Documentation Files Location

Documentation files can be found in the following locations:

  • License File:
    /LICENSE

  • Readme File:
    /README.md

Resources

Overall

System design

Practice problems

SOLID

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages