GithubHelp home page GithubHelp logo

codegardenrome / esercizi-funzionali-graduali Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 1.0 960 KB

Esercizi per imparare l'approccio funzionale e soluzioni in vari linguaggi

License: GNU General Public License v3.0

Java 39.70% PHP 37.25% JavaScript 10.47% Haskell 12.57%

esercizi-funzionali-graduali's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

ivanopagano

esercizi-funzionali-graduali's Issues

Testo Esercizi

Non c'è più il testo dei kata nel repo. Io ho solo il kata zero nella directory php.

edit: ok è un po' sparso tra la la directory java e quella php. Magari metterlo tutto in una cartella nella root?

Esposizione testo del filetto es.4 con possibile ambiguita'

Ad esempio, data la matrice: 

[ [" ", "O", "X"],
  [" ", "X", "O"],
  ["X", " ", " "] ]

Se la cella di partenza è [1,0] e la funzione successore è quella delle righe,
la funzione generaVettore dovrà restituire il vettore:

[" ","X","O"]

nel testo non e' chiaro quale sia la funzione successore delle righe o almeno puo' essere fuorviante, perche' nell'esercizio precedente si parla di

cellaSuccessivaRighe([0,0]) = [1,0]

dove viene incrementato l'indice di riga, che per questo esercizio va a selezionare una colonna.

Suggerirei di riformulare il testo per ridurre l'ambiguita', o rinominare il nome delle funzioni dell'es.3 per meglio combaciare con il testo di questo esercizio?

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.