Giter Club home page Giter Club logo

Alicia F Rodriguez's Projects

akita icon akita

🚀 State Management Tailored-Made for JS Applications

balancedparentheses icon balancedparentheses

Determine if a string has balanced parentheses. Write a program BalancedParentheses in Java that reads in a text stream from standard input and uses a stack to determine whether its parentheses are properly balanced. For example, your program should print true for [()]{}[{[()()]()}] and false for {[(])}.

binarysearchtree icon binarysearchtree

Implementation of a Binary Search Tree and a method which prints the elements in the tree within a given range.

binarytree icon binarytree

Implementation of a Binary Tree and a method which determines if 2 trees are similar or not.

dates icon dates

A C program which generates an output file that contains a list of dates in day, abbreviated month & year format (i.e. 1 JAN 1900), followed by the original list of dates in month/day/year format (i.e. 1/1/1900).

deckofcards icon deckofcards

A C program which simulates a deck of cards. It creates a deck of cards, shuffles the cards, displays the shuffled deck of cards, deals the specified number of cards to the specified number of players and display each of the hands of cards.

fsharphomework icon fsharphomework

F# homework assignments for COP4555 - Principles of Programming Languages.

gameofstudpoker icon gameofstudpoker

A C program which simulates a game of Stud Poker, using the DeckOfCards program.

is-it-prime icon is-it-prime

An iOS iPhone application, which tells the user whether the number they entered is prime or not.

lastsurvivor icon lastsurvivor

There are n items, numbered from 1 to n in a given array and given a positive integer number k (k < n). We start from item number 1 and delete from the array the item number k and so on until one item remains. The task is to output the initial position of this remaining item. For example, if we have an array = [1, 2, 3, 4, 5, 6, 7], n = 7 and k = 3, then the numbers 3, 6, 2, 7, 5, 1 are deleted in order, and the number 4 survives.

lattice-show-you-app icon lattice-show-you-app

A React application which pulls from the Movie Database API using a NodeJS Backend to show you your favorite movies.

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.