• Stars
    star
    3
  • Rank 3,953,494 (Top 79 %)
  • Language
    Java
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Well documented, easy to use and well-tested Data Structures. Suitable for academic use.

More Repositories

1

Snake

An implementation of the classic Snake game in JavaFX.
Java
9
star
2

Sudoku

A text-based Sudoku solver. Uses a really simple DFS to find the solution.
Java
6
star
3

ToDoApp

A simple ToDoApp with a CLI. I'm planning to add a GUI later.
Java
3
star
4

ISC-English-Literature-Notes

This repository contains notes to the chapters present in the English Literature Syllabus of ISC 2017.
3
star
5

ExpressionEvaluator

A rock-solid, intuitive, expression parsing and evaluating system implemented in Java.
Java
2
star
6

Mathematics-Core

The better, more organised attempt at making an arbitrary precision Mathematical library.
Java
2
star
7

extraordinary-euler

This project contains the solutions to the questions on Project Euler written in Java.
Java
2
star
8

Common-Algorithms

Consists of (mostly) C programs that are implementations of common algorithms with command-line utility wrappers.
C
2
star
9

Breakout

A simple one-level version of the classic Breakout game in Python. Written using Tkinter.
Python
1
star
10

Beginner-C-Programs

This project contains several C programs for beginners.
C
1
star
11

SimplePrograms

(Mostly) simple programs that are necessary for ISC.
Java
1
star
12

CircularQueue

Simple Circular Queue implementation in C.
C
1
star
13

polls-app

A sample Django application that stores a database of Questions and related Choices to be voted upon.
Python
1
star
14

Matrix-Reboot

A project to implement most commonly used operations on Matrices.
Java
1
star
15

TicTacToe

A simple implementation of the classic TicTacToe game in C.
C
1
star
16

working-with-numbers-and-text-cbook

This repository contains the programs for the chapter: "Working with numbers and text"
C
1
star
17

GenericCProjects

A place where I keep all my C code. They may or may not be related.
C
1
star
18

google-homepage

Reverse Engineering the Google Homepage in HTML and CSS (and maybe JS too).
1
star
19

helloworld-cbook

This repository contains the first program that appears in my book. It is a simple Hello World program in C.
C
1
star
20

SortingAlgorithms

A collection of various sorting algorithms implemented in Java.
Java
1
star
21

Matrix

A library centered around matrices with rational elements (for 100% accuracy).
Java
1
star
22

Pyphers

Ciphers implemented in Python, i.e. Pyphers.
Python
1
star
23

rust-prime-example-crate

A test to see if both binaries and libraries can be contained in a single Rust project.
Rust
1
star
24

Big-Numbers

Implementation of arbitrary precision algorithms from the ground up.
Java
1
star
25

PythonWallpaperChanger

Changes the wallpaper (desktop background) and can obtain images from various sources.
Python
1
star