Skip to content

Releases: codefellows/data-structures-and-algorithms

1.1.0

16 Feb 18:09
7a1670b
Compare
Choose a tag to compare

What's Changed

  • Adding GitHub action to automatically test Java code by @edy-cf in #55
  • Added Selective Runs by @johncokos in #56
  • adds sorting folders with placholder markdowns by @JB-Tellez in #57

New Contributors

Full Changelog: 1.0.2...1.1.0

Updates Code Challenge Instructions

09 Nov 21:26
194f51c
Compare
Choose a tag to compare

Fixes a bug in the code challenges instructions that now has the students properly running npm run challenges ##

Deleted package-lock.json for security reasons.

21 Sep 20:27
9aa597a
Compare
Choose a tag to compare

Let students generate their own lock files with latest package versions. This improves security.

Update gitignore to Prevent package-lock commits across the whole repo.

Thanks, Dependabot!

.NET Guidance

27 Jul 23:30
a242578
Compare
Choose a tag to compare

Data Structures: Adds updates to .NET Data structure repo setup and instructions.