Code Monkey home page Code Monkey logo

Aj's Projects

animals icon animals

Determining the largest number of unique elements (Recursively, Set, HashTable implementations)

defangipaddress icon defangipaddress

Given a valid (IPv4) IP address, return a defanged version of that IP address. A defanged IP address replaces every period "." with "[.]".

makingchange icon makingchange

Given an input amount x, write a funtion to determine the minimum number of coins required to make that amount of change

meetingmerger icon meetingmerger

Write a function mergeRanges() that takes a vector of multiple meeting time ranges and returns a vector of condensed ranges.

middleofthelinkedlist icon middleofthelinkedlist

Given a non-empty, singly linked list with head node head, return a middle node of linked list. If there are two middle nodes, return the second middle node. Leetcode #876

minimumsizesubarraysum209 icon minimumsizesubarraysum209

Given an array of n positive integers and a positive integer s, find the minimal length of a contiguous subarray of which the sum ≥ s. If there isn't one, return 0 instead.

product-array icon product-array

Given an user entered array size and space seperated array of integers, it will return an array in which each the value of each index is the product of all other integers in the original array besides that index.

removeduplicatesfromsortedarray icon removeduplicatesfromsortedarray

Given a sorted array nums, remove the duplicates in-place such that each element appear only once and return the new length. Leetcode #26

romantointeger13 icon romantointeger13

Given a roman numeral, convert it to an integer. Input is guaranteed to be within the range from 1 to 3999.

salescommissions icon salescommissions

Commission calculating program given user input using a struct and vectors

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.