Giter VIP home page Giter VIP logo

adventofcode-bom's Introduction

Advent Of Code Bill of Materials

Initial version created in 2022 as prep for this year's AoC. Next to the fact that I'd like to refresh my problem-solving skills, I'd also like to learn a bit more on Maven. Also, because GitHub's dependabot regulars comes with warning on library upgrades I should do. Hopefully this helps a bit addressing that issue as well. So, yes, I'm trying to kill two birds in one stone.

I took the dependency list from my AoC 2021 project and turned that into a BOM file.

Version 1.1

Added com.github.dpaukov.combinatoricslib3 which is a great library to generate combinations or permutations from a list of elements. I introduced this library for AoC 2016, and apparently forgot about it, as I also implemented a Permutator (by copying some code from the Internet, sorry I cannot remember the source);

Version 1.1.1

Updated the AOC library to 1.4.18 (Josephus problem for AoC 2016 day 19)

Version 1.2.0

Added com.google.guava to add missing streaming methods like Streams.zip to enable more functional programming based solutions for the puzzles. Upgraded several libraries to the latest versions, incl jackson to solve a security vulnerability.

Version 1.2.1

Bumped AoC library (added transform to Point and Point3D)

Version 1.2.2

Bumped AoC library (added Size class from AoC 2018)

Version 1.2.3

Bumped AoC library (added Factors.gcm() and Factors.lcm())

Version 1.2.4

Bumped algorithms library (added TSP.longestPath)

Version 1.3.0

Bumped aoc library to 1.5.0 with some classes removed (already available elsewhere)

Version 1.3.1

Bumped aoc library to 1.5.1

Version 1.3.1

Bumped aoc library to 1.5.2

adventofcode-bom's People

Contributors

z669016 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.