Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shubhangdutta96/neetcode_150

This repository contains a collection of Data Structures and Algorithms implemented in Scala, utilizing the principles of functional programming. The aim is to provide efficient and clean solutions for common computational problems. In addition, this repository includes solutions to the NeetCode 150 DSA problems series.
https://github.com/shubhangdutta96/neetcode_150

data-structures functional-programming scala

Last synced: about 1 month ago
JSON representation

This repository contains a collection of Data Structures and Algorithms implemented in Scala, utilizing the principles of functional programming. The aim is to provide efficient and clean solutions for common computational problems. In addition, this repository includes solutions to the NeetCode 150 DSA problems series.

Awesome Lists containing this project

README

        

# Data Structures and Algorithms in Scala (Functional Programming)

Welcome to the Data Structures and Algorithms in Scala repository! This project focuses on implementing various data structures and algorithms using Scala with a functional programming approach. Additionally, it includes solutions to the NeetCode 150 DSA problems series.

## Introduction

This repository serves as a comprehensive resource for learning and applying data structures and algorithms in Scala. By leveraging the power of functional programming, the implementations aim to be efficient, clean, and easy to understand.

## Features

- Implementations of common data structures (e.g., lists, trees, graphs) in Scala
- Algorithms for sorting, searching, and other computational problems
- Solutions to the NeetCode 150 DSA problems series
- Emphasis on functional programming principles such as immutability and higher-order functions

## Tech Stack

- **Language**: Scala