Giter VIP home page Giter VIP logo

scala-studies's Introduction

Project Description

Here is a compilation of Scala code during my journey learning this fantastic language

Reference of topics covered:

  • Algorithms in Scala
  • Data Structure in Scala

Project Structure:

The project is organized following this structure

  • src:source code of project.
    • algorithms: contains common algorithms written in scala.
      • Bubble Sort (WIP)
      • Quick Sort ✅
      • Merge Sort (WIP)
      • Binary Search ✅
      • Breadth-First Search - BFS (not started)
      • Depth-First Search - DFS (not started)
    • dataStructures: contains common data structure written in scala.
      • LinkedList ✅
      • Stack ✅
      • Queue ✅
      • Heap ✅
      • Tree ✅
    • functionalProgramming: contains my experiments with functional programming
      • mySandbox goes here LOL

scala-studies's People

Contributors

alanrma avatar

Stargazers

 avatar Stoberton Francisco avatar

Watchers

 avatar

scala-studies's Issues

Add Data Structures

pending data structures to implement:

  • LinkedList (WIP)
  • Stack (WIP)
  • Queue (WIP)
  • Heap (WIP)
  • Tree (WIP)

Add Algorithms

pending algorithms to implement:

  • Bubble Sort (WIP)
  • Quick Sort (WIP)
  • Merge Sort (WIP)
  • Binary Search (WIP)
  • Breadth-First Search - BFS (WIP)
  • Depth-First Search - DFS (WIP)

Improvement points on boilerplate

consider this for next linkedList.scala update:

  • Missing Functionality: The comments inside the methods (Node, LinkedList) indicate that the core functionalities (init, append, etc.) are not implemented yet.
  • Class Script: The purpose of the Script class and the Run function is unclear.
  • Inconsistent Naming: The method Run uses PascalCase naming, while others use snake_case. Ideally, maintain consistency (e.g., use snake_case for all methods).
  • Missing Main Method: In Scala, the entry point for a program is typically defined in a main function.

missing readme.md

consider plan carefully a reame.md based on purpose of this repo.

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.