notebook

package module
v0.0.0-...-9268850 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 27, 2020 License: MIT Imports: 0 Imported by: 0

README

Notebook

Build Status Godoc Reference Coverage Status Go Report Card codebeat badge

This repo documents my learnings, experiments, and analysis in the Go language. Each folder will represent a different project, website, book, etc. Feedback or code review is welcome via Github issues or pull requests. The best way to explore the code is through the Godoc documentation.

About Me

You can learn more about me at my website. My background isn't computer science - it's applied math. (I majored in systems engineering and physics in college.) I'm interested in continued learning and exploring new topics.

Why Go?

It's become my preferred language because of type safety, easy concurrency, simple deployments, and community. I also like Julia for its optimization community and Python for its data tools

Documentation

Overview

Package notebook documents my learnings, experiments, and analysis in the Go language. Each folder will represent a different project, website, book, etc.

Directories

Path Synopsis
Package projecteuler features my solutions to problems from projecteuler.net
Package projecteuler features my solutions to problems from projecteuler.net
1-multiples
Package multiples findes the sum of natural numbers below a limit that are multiples of 3 and 5 8 November 2014
Package multiples findes the sum of natural numbers below a limit that are multiples of 3 and 5 8 November 2014
10-primesieve
Package primesieve calcualtes prime numbers using a Sieve of Eratosthenes below a limit, and returns their sum.
Package primesieve calcualtes prime numbers using a Sieve of Eratosthenes below a limit, and returns their sum.
13-bigsum
Package bigsum sums big numbers 29 December 2014
Package bigsum sums big numbers 29 December 2014
2-fibonacci
Package fibseq calculates the sum of fibonacci sequences' even numbers 9 November 2014
Package fibseq calculates the sum of fibonacci sequences' even numbers 9 November 2014
3-primefactors
Package primefactorization calculates the largest prime factor of an integer 10 November 2014
Package primefactorization calculates the largest prime factor of an integer 10 November 2014
4-palindromeint
Package palindromeint returns the largest palindrome integer of the product of two numbers in a range.
Package palindromeint returns the largest palindrome integer of the product of two numbers in a range.
5-lcm
Package lcm finds least common multiples 12 November 2014
Package lcm finds least common multiples 12 November 2014
6-sumsquares
Package sumsquaredifference findes the sums of squares minus the square of sums 13 November 2014
Package sumsquaredifference findes the sums of squares minus the square of sums 13 November 2014
7-nthprime
Package nthprime finds the nth prime number 14 November 2014
Package nthprime finds the nth prime number 14 November 2014
8-largestproductinaseries
Package largestproductinaseries finds the largest product of numbers in a 1000-digit provided number.s 15 November 2014
Package largestproductinaseries finds the largest product of numbers in a 1000-digit provided number.s 15 November 2014
9-pythagtriplets
Package pythagoreantriplets finds Pythagorean triplets that sum to a particular number.
Package pythagoreantriplets finds Pythagorean triplets that sum to a particular number.
Package sedgewickalgorithms features my notes and solutions to the Sedgewick algorithms textbook.
Package sedgewickalgorithms features my notes and solutions to the Sedgewick algorithms textbook.
Package skienaalgorithms features notes from the Algorithm Design Manual, 2nd Edition, by Steven Skiena.
Package skienaalgorithms features notes from the Algorithm Design Manual, 2nd Edition, by Steven Skiena.
sorting/insertionsort
Package insertionsort implements an insertion sort algorithm
Package insertionsort implements an insertion sort algorithm
sorting/util
Package util provides helper methods for sorting
Package util provides helper methods for sorting

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL