Menu

Close
  • Home
  • About
  • Contact
  • Search
Subscribe
Startup Next Door Menu

python

A 9-post collection

Page 1 of 1

Fun with Tries

I'm a fan of tries. I can't claim that I've used them in practice, but I wish I had. They're super! Common uses: substring search spell »

John Washam John Washam on computer science, python, tries 25 November 2016 Comments

Computing Convex Hull in Python

Geometric algorithms involve questions that would be simple to solve by a human looking at a chart, but are complex because there needs to be an »

John Washam John Washam on python, geometric algorithms 26 September 2016 Comments

Important: Pick One Language for the Coding Interview

I wanted to clarify the programming language requirement for the interview. I was under the impression that I needed C++ or Java to do the interview, »

John Washam John Washam on coding interview, C, C++, python, programming languages, javascript, Java 02 August 2016 Comments

Dijkstra's Algorithm in Python 3

Greed is good. And Dijkstra's algorithm is greedy. Dijkstra's algorithm not only calculates the shortest (lowest weight) path on a graph from source vertex S to »

John Washam John Washam on python, graphs, algorithms, Dijkstra 29 July 2016 Comments

So Much Sorting

I put on my sorting hat and watched many, many videos on sorting. The videos covered: bubble sort selection sort insertion sort heap sort merge sort »

John Washam John Washam on computer science, C++, python, sorting, merge sort, quicksort 21 July 2016 Comments

Working on a Quick Flash Card Site

I've been studying for quite a while now, and even though I coded up data structures like crazy, I feel the knowledge fading. What I want »

John Washam John Washam on python, studying, Flask, flash cards 29 June 2016 Comments

Spending a Couple Days on Hashing Functions

In my study of data structures, I've made it to hash tables. I'm spending a little extra time on this one, because there is some math »

John Washam John Washam on computer science, python, hashing, matplotlib 22 June 2016 Comments

Linked Lists Complete

I ended up with 2 implementations of linked lists in C, an object-oriented approach in C++ (with templates!), and followed up with a smaller OO implementation »

John Washam John Washam on linked lists, C, C++, python 17 June 2016 Comments

Course Review: 6.00.1x: Introduction to Computer Science and Programming Using Python

This is the first of a few reviews I'll be posting of online courses available. 6.00.1x: Introduction to Computer Science and Programming Using Python »

John Washam John Washam on programming languages, online courses, computer science, python, programming 17 May 2016 Comments
Page 1 of 1
Startup Next Door © 2018
Proudly published with Ghost