harvardcs50
There are 153 repositories under harvardcs50 topic.
csfive/CS50P
🐢 CS50 Python Solutions
patyfil/cs50-cc50-harvard
CC50 - O Curso de Ciência da Computação de Harvard
W8jonas/CS50-Course
🤩📚🤩📚🤩 Todos os exercícios do curso CS50 de Harvard.
aviiciii/cs50python
My problem sets for CS50 Python 2022
yamilobt8/CS50x
CS50x 2023 Solutions
hawshemi/CS50-Cybersecurity
CS50 Cybersecurity
rohanrdy/CS50-Python
My solutions for CS50P's problem sets
husamahmud/SQL-CS50
CS50 Intro to Database with SQL course.
cypherm0nk/cs50w-chat
CS50W - Project2 Chat
sahinyes/CS50_Python
Harvard CS50 - Python solutions
euyogi/Problems-CS50x
All problems/labs from CS50’s Introduction to Computer Science solved
yamilobt8/CS50SQL
CS50SQL 2024 Solutions
aryanranderiya/cs50-python
Welcome to my Harvard CS50 "Introduction to Computer Science with Python" Problem Set Solution Repository!
emirhanai/My-Artificial-Intelligence-Project-Tic-Tac-Toe-that-I-developed-and-made-at-Harvard-University
My Artificial Intelligence Project (Tic Tac Toe) that I developed and made at Harvard University...
BurakAhmet/cs50AI
Project solutions for Harvard's CS50AI course.
cypherm0nk/cs50w-network
Harvard EDX CS50W -Project 4 : Network (2020)
JessicaSaantos/CC50-Exercicios
Repositório desenvolvido com objetivo de compartilhar as resoluções dos exercícios do curso CC50: Introdução à Ciência da Computação - O Curso de Harvard, no Brasil.
tektite00/cs50
:mortar_board: Harvard CS50X - 2019 Solutions :school:
yamilobt8/CS50P
🐢 CS50 Python Solutions
LoriaLawrenceZ/CS50
Repository to save all the projects and exercises from CS50 course
flexycode/CS50
📗 Problem sets for CS50 course by Harvard University
huaminghuangtw/Harvard-CS50x-2021
🎓 A collection of Labs, Problem Sets code files for "CS50's Introduction to Computer Science", HarvardX, October-December, 2021
NdAbdulsalaam/Harvard-CS50
Practice and assignment code for the course; Introduction to computer science by Harvard university on edx
cypherm0nk/web50-projects-2020-x-wiki
CS50W - Wiki (2020)
hongbo-wei/CS50-Harvard-University
Taught by David J. Malan
NicoFilips/CS50AI-Harvard
Harvard University Online Course | CS50-AI | Artificial Intelligence with Python | Project Solution
prasunkar/CS50AI
My work on CS50's Introduction to Artificial Intelligence with Python.
ryantusi/CS50X
🚀 Dive into the world of coding excellence with my comprehensive collection! This repository hosts a treasure trove of problem sets and lab challenges from CS50x: Harvard's famed Introduction to Computer Science course. 🌟Perfect for learners aiming to sharpen their skills or enthusiasts eager to embrace the art of computer science! 🖥️💡✨
Libertocrat/Online-Booking
Harvard CS50 final project: An online booking app running on Django + React + Sass.
NdAbdulsalaam/Mystery-in-Fiftyville
Welcome to my SQL research project! I used SQL to analyze and investigate a large dataset to find patterns, trends, and insights that might take time, if not impossible, to discover from the raw data.
renansouz/QuackList-Final-Project-cs50
QuackList is a simple task management web application developed as the final project for the CS50 course
ThatsLiamS/CS50x-Python
University of Harvard. Computer Science 50's Introduction to Python. A ten week course led by Prof David J. Malan.
abidsaem/CS50-Scratch-Solutions
This is my CS50S / CS50 Scratch Solutions.
Amin-Mohamed1/MinesweeperAgent
AI Agent in Minesweeper is a project that involves developing an artificial intelligence agent capable of playing the classic Minesweeper game autonomously. The project focuses on designing an agent that can analyze the game board, make informed decisions, and uncover tiles without triggering mines.
Amin-Mohamed1/TicTacToeAgent
The Minimax algorithm is a decision-making algorithm used in two-player turn-based games such as Tic Tac Toe. It is designed to find the optimal move for a player, assuming that the opponent is also playing optimally. The algorithm works by recursively exploring all possible moves and their outcomes to determine the best possible action.