Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shubhangdutta96/neetcode_150
- Owner: shubhangdutta96
- Created: 2024-06-14T13:14:14.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T07:41:53.000Z (4 months ago)
- Last Synced: 2024-10-01T15:59:19.378Z (about 2 months ago)
- Topics: data-structures, functional-programming, scala
- Language: Scala
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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