Tom (beedel)

beedel

Geek Repo

Company:University of Glasgow

Location:Glasgow

Github PK Tool:Github PK Tool

Tom's repositories

Stargazers:0Issues:0Issues:0

bracket-matching

Implementing the stack data structure to find if the brackets in a string are matching.

Language:PythonStargazers:0Issues:0Issues:0

bulletproof-testing

A workshop on testing in Python. Covers mocking, smoke and mutation testing.

Language:PythonStargazers:0Issues:0Issues:0

dependency-discoverer

A program that processes the c/yacc/lex source file arguments, outputting the dependencies between the corresponding .o file, the .c source file, and any included .h files.

Language:C++Stargazers:0Issues:0Issues:0

ds-from-scratch

A program that benchmarks operations of a dynamic set when it is implemented using a doubly-linked list vs a binary search tree.

Language:JavaStargazers:0Issues:0Issues:0

glover

A Django web app for matching with other UofG students.

Language:PythonStargazers:0Issues:0Issues:0

mastermind

The Mastermind game on the Ruby command-line.

Language:RubyLicense:MITStargazers:0Issues:0Issues:0

schedulers

Implementation of the FCFS, RR, SJF, and SRTF scheduling algorithms.

Language:PythonStargazers:0Issues:0Issues:0

test-double-guide

This guide clarifies the differences between dummies, stubs, fakes, spies, and mocks. It includes practical examples and attempts to clarify the optimal use cases for each type.

Stargazers:0Issues:1Issues:0

word-ladder

Implementing the graph data structure and using the BFS algorithm to solve the word ladder problem.

Language:PythonStargazers:0Issues:0Issues:0