Giter Site home page Giter Site logo

nextgencoder's Introduction

nextgencoder

Each code is a solution to the question put forward by an instagram account by the username: nextgencoder


tictactoe.cpp

Write a program which will check the result of a tic tac toe game with the input of three lists with the input of 'X' , 'O' or '-'. We to check who won the game. 'X' is a mark for player 1 'O' is a mark for player 2 '-' is a blank space

test cases: [X,O,-] [O,X,-] Player 1 won [-,O,X]

[X,O,-] [X'O'-] Player 2 won [-,O,X]

[X,O,-] [O,X,X] Draw [O,X,O]

[X,O,-] [O,9,X] Error [O,X,O]



palindrome.cpp

Write a program to check if an entered string is a Palindrome, Partially Palindrome or not Palindrome.

Test cases: "ABABA" YES "ABBAA" PARTIALLY "NEXTGEN" NO "Ababa" YES "" NO



romannumber.cpp

Write a program to input a number less than 50 and print its Roman Numeral.

Test cases: 1 I 50 L 55 ERROR 42 XLII 24 XXIV 0 ERROR



stringrotation.cpp

Write a program which will take one string as input and and gives every possible rotation of characters until the first character returns to position

Test cases: "next" [ extn xtne tne ] "gen" [ eng nge ] "coder" [ oderc derco ercod rcode ] "" [ ]


nextgencoder's People

Contributors

shashwat9kumar avatar

Stargazers

 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.