• Stars
    star
    1
  • Language
    C++
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 5 years ago

Reviews

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

Repository Details

Gives the indices of two numbers that add up to the provided number using a hash map with a run-time of O(n)

More Repositories

1

cpp-lyndon

A lyndon word identifier implemented in C++
C++
3
star
2

html5-assets

All-that-you-need repository for web development. This repo contains all the major, modern and 'vr ready' libraries for the web.
JavaScript
3
star
3

cpp-bst

A binary search tree and in-order traversal implementation using RAII and smart-pointers
C++
2
star
4

adorbx

Repo for Adorbx. Adorbx is a all in one tiny app with a beautiful ui and fundamental functionalities.
JavaScript
2
star
5

cpp-calc

String calculator implementation in C++ with DMAS principle.
C++
2
star
6

perceptron-scratch

A Perceptron implemented using python from scratch. (from https://machinelearningmastery.com/implement-perceptron-algorithm-scratch-python/)
Python
2
star
7

arxizskye-ctrl

Arxiz Skye Smart home module #1 source files
Python
2
star
8

5-day-forecast

Rendering maximum temperature and average humidity of a city using OpenWeatherMap API and Vanilla JavaScript (Developed as part of a coding challenge)
JavaScript
1
star
9

flood-fill

A simple implementation of the flood-fill algorithm using hash map and matrix in C++
C++
1
star
10

java-bst

BST with inorder traversal, insertion and deletion.
Java
1
star
11

fuzzy-search-API

A REST API written using Python 3 and Flask, making use of Elasticsearch.
Python
1
star
12

nQueens

A Java program that check if 'n' number of Queens can be placed, without threatening each other, on a 'n'x'n' chess board. Prints the board if such combination exists.
Java
1
star
13

python-structured-text-parser

Parse structured data, save and query pandas.
Python
1
star
14

vgg16-django-image-classification

Classifies general images using TensorFlow and Keras. Makes use of the VGG16 model with ImageNet weights. Web app made using Django.
Python
1
star
15

positions-risk-tcp-server

A server written in C++17 for managing trade risk and positions. Server uses TCP sockets and works on SBE
C++
1
star
16

url-shortener

URL-shortener web app (teeldr) developed using Node.js
JavaScript
1
star
17

python-json-datastore

A JSON datastore in Python 3 with querying.
Python
1
star
18

sudoku-solver

A Sudoku solver implemented in Java. Works in O(n ^ m) where n is possible numbers in each empty cell and m is the number of empty cells.
Java
1
star
19

transpose-rotate-image

Rotating and transposing a matrix implementations in Java and C++. This solution on leetcode was faster than 100%
C++
1
star
20

equal-weight-index-fund

Calculator and engine written in Python 3, making use of pandas, NumPy and the IEX Cloud API to generate recommended trades with equally weighted long positions given a desired total portfolio value and a list of symbols to trade.
Python
1
star