Giter Site home page Giter Site logo

jplaitin's Projects

algebraicexperssion icon algebraicexperssion

Exercise / Mobile Developer Write the program specified below. Write tests. Send the whole package to us with detailed instructions for compilation and running. If you need some clarifications with respect to the exercise, do not send us questions. Make an assumption, and send the list of assumptions made together with your solution. Input String containing an algebraic expression consisting of lowercase letters a, b, ..., z, parentheses (, ), and operations +, -, *, /, ^. (The operation ^ is exponentiation, not xor.) The length of input string is limited by 1000. Example input: ((a+b)*(b^c+(d-e)/a))^(c+d/e) Expected output The maximum value of the expression which can be achieved by substituting numbers 0 or 1 for variables (only substitutions which lead to a valid expression are allowed, i.e. you should not consider e=0 for the example above). Example output for example input: 4.0. You are allowed to produce error messages instead of an answer if by some reason task is unsolvable for the given input. Things to pay attention to: - The task is harder than you thought initially. You probably will not be able to produce a program which satisfies requirements completely. - The program should never crash; not even in the case of malformed input. - Documentation. Document how to run your program, document your code, document known problems. - Clear architecture. Do not write spaghetti code. - Tests and test coverage.

imagedownloader icon imagedownloader

Input image url and appliation will download image and when viewin image you can rotate image and rotated image will over write the old image

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.