GithubHelp home page GithubHelp logo

java_pd's Introduction

  1. Create a Maven project which implements stack data structure for Java type char, based on Java array. Implementation should contains push, pop, peek, size, isEmpty functionality.
  2. Add Junit dependencies on project and write unit tests for stack implementation.
  3. Based on created stack create a program which reverse a String, i.e input:desserts, output: stressed
  4. Based on created stack write a program that checks the delimiters in a line of text read from file. The delimiters are the braces '{' and '}', brackets '[' and ']', and parentheses '(' and ')'. Each opening or left delimiter should be matched by a closing or right delimiter; that is, every '{' should be followed by a matching '}' and so on. Also, opening delimiters that occur later in the string should be closed before those occurring earlier.

Examples:

  • c[d] // correct
  • a{b[c]d}e // correcta
  • {b(c]d}e // not correct; ] doesn't match
  • (a[b{c}d]e} // not correct; nothing matches final }
  • a{b(c) // not correct; Nothing matches opening {

Additional improvement:

Refactor implemented stack in order to be able to operate with generic data type

Brief introduction to it:

  • A servlet is a Java class which is used to extend the capabilities of servers that host applications accessed by means of a request-response model. Servlets are mainly used to extend the applications hosted by webs servers, however, they can respond to other types of requests too. For such applications, HTTP-specific servlet classes are defined by Java Servlet technology.
  • A JSP is a text document which contains two types of text: static data and dynamic data. The static data can be expressed in any text-based format (like HTML, XML, SVG and WML), and the dynamic content can be expressed by JSP elements.

My Scopes

  • To create dynamic webapp which is going to cover Login/Register scenarios
  • List of logic problems from confluence
  • Task with jdbc java interface

java_pd's People

Contributors

pebetrator avatar

Watchers

James Cloos avatar  avatar

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.