Data Structures and Algorithms Squad

Welcome and thank you for sharing your time and thoughts!

We are a community of software engineers who gather to listen to eachother, work on problems, and share our strategies.

Quick Start

  • Pull down remote repo
git pull https://github.com/AlexandraBouillon/Data_Structures_and_Algorithms_Squad.git
  • Create your own branch
git checkout -b 'alexandrab/month_day_year`
  • Want to commit and share your work for others to see?
git add .

git commit -m 'Sharing strategy and code for Fibonnacci problem'

git push origin main