• Stars
    star
    1
  • Language
    Python
  • Created about 5 years ago
  • Updated about 5 years ago

Reviews

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

Repository Details

Practice with trees and runtime complexity in python

More Repositories

1

calendar_app

A shared calendar app for roommates
JavaScript
18
star
2

Friend-Graph

A program that uses graph traversal to check if two friends are connected to one another.
Python
2
star
3

flask-intro

Python
1
star
4

project-tracker-flask

Python
1
star
5

string-practice

Python
1
star
6

cousin-nodes

A node class with method that returns a set of all nodes on the same level in the tree.
Python
1
star
7

take-home

A simple full stack web app to help users manage their to do list.
Python
1
star
8

elixir-web-app

A simple Elixir server.
Elixir
1
star
9

trading-cards-react

HTML
1
star
10

news-app

A simple news app build with react
JavaScript
1
star
11

recipes-app

A python flask web app for storing recipes.
Python
1
star
12

skills-assessment-week-7

Practice with graphs and recursion in python.
Python
1
star
13

remove-node

A program that given a node in a linked list, removes it.
Python
1
star
14

array-practice

A series of python coding challenges about arrays/lists.
Python
1
star
15

react-trading-cards-2

HTML
1
star
16

tree-practice

Tree class with class method in_tree() -> returns whether or not a given node is in tree.
Python
1
star
17

binary-search

A program that uses binary search to find val in range 1-100 and returns # of guesses.
Python
1
star
18

guessing-game

Simple guessing game in Elixir.
Elixir
1
star
19

checkmate

Given a chessboard with the positions of one King and one Queen, see if the Queen can attack the King.
Python
1
star
20

testing-py

Python
1
star
21

add-linked-lists

A program that is given two linked lists, treats both node sequences as numbers, then adds those numbers.
Python
1
star
22

test.github.io

1
star
23

shopping-site

Python
1
star
24

ratings

A website for movie ratings
Python
1
star
25

longest_palindrome

A program that given a string, returns the longest palindromic substring
Python
1
star
26

coding-challenge

A function that is given two strings, checks if they are, at most, one edit away
Python
1
star