/Scrabble-OR-Gate-Optimization

This project uses Beautiful Soup to crab all words from scrabble word list and calculates # of OR gates needed to represent a word using circuits, optimizing for electronic storage efficiency.

Primary LanguagePython

Scrabble-OR-Gate-Optimization

This repository hosts a unique project that utilizes Beautiful Soup (bs4) for web scraping all the words from https://scrabble.merriam.com/. The core functionality revolves around calculating the number of OR gates required to represent each word electronically. The objective is to identify the words that can be stored with the minimum and maximum number of OR gates, thus optimizing digital storage solutions for lexical data. This blend of web scraping, linguistic analysis, and electronic design principles offers insightful perspectives on hardware-efficient data representation.