Topic: "discrete-structures"
FranxYao/Deep-Generative-Models-for-Natural-Language-Processing
DGMs for NLP. A roadmap.
Size: 32 MB - Last synced at: about 10 hours ago - Pushed at: over 2 years ago - Stars: 390 - Forks: 32

pateld1/Course-Notes-in-Tex-CUNY-QC
Course notes from several math and computer science courses from CUNY Queens College.
Language: TeX - Size: 12.6 MB - Last synced at: about 2 years ago - Pushed at: almost 7 years ago - Stars: 7 - Forks: 2

ishmahafeez/Computer-Science-Notes
Computer Science PDF notes
Size: 2.12 GB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 6 - Forks: 1

MuxammilSidd/FAST-KHI-Semester-3
Welcome! Here you can find relevant material for your third semester (BSCS) at FAST NUCES Karachi. For any queries/improvement feel free to contact me on [email protected]
Language: C++ - Size: 758 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 6 - Forks: 0

jarvis-1805/DU-Codata
Code for BSc. (Hons.) Computer Science, University of Delhi.
Language: C - Size: 82.7 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 2

heitorbaldo/awesome-discrete-mathematics-and-applications
A curated list of awesome Discrete Mathematics and Applications resources.
Size: 11.7 KB - Last synced at: 2 days ago - Pushed at: 9 months ago - Stars: 3 - Forks: 0

alison-li/math240
MATH 240, Discrete Structures, Fall 2019 at McGill University. Handwritten lecture notes including diagrams from Rosen's "Discrete Mathematics and Its Applications."
Size: 147 MB - Last synced at: 11 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

Furk4nBulut/CSE1120-Discrete-Structures-Computer-Project
olutions for the CSE1120 Discrete Structures course project (Spring 2022-2023). Includes Java implementations for mathematical proofs, Lucas numbers, and least airfare routes.
Language: Java - Size: 572 KB - Last synced at: about 2 months ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

Agha-Muqarib/CPEC-Highway-Network
The network of highway of CPEC is to be discussed in it.
Language: Jupyter Notebook - Size: 665 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

himitsu-fushigi/Tree-Node.js-Discrete-Structure
Tree Structure in Node.js. Every future pull request is already welcomed!
Language: JavaScript - Size: 1000 Bytes - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

ilijavuk/Subgraph-and-critical-path-method-calculator
This repository contains a JavaScript algorithm designed to compare two graphs and identify the largest subgraph while calculating its critical path. Developed as a project for a course in my master's program, this project delves into discrete structures and graph theory, offering practical insights into graph analysis and optimization
Language: JavaScript - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

Vikr-182/Discrete-Structures-T1
Term 1 Discrete Structures taken for Section A at IIITH
Language: TeX - Size: 29.3 MB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

gazinaft/DS
Laboratory assignment for Discrete Structures
Language: Kotlin - Size: 239 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

jake-billings/edu-csci2511
Classwork related to CSCI2511 Discrete Structures at University of Colorado Denver
Language: Python - Size: 8.33 MB - Last synced at: about 1 year ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

shnarazk/DDiL
BDD and ZDD in Lean4
Language: Lean - Size: 206 KB - Last synced at: about 14 hours ago - Pushed at: about 15 hours ago - Stars: 0 - Forks: 0

Inevitabby/notes
(Mostly) academic notes (mirror).
Language: HTML - Size: 2.94 MB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

irl-code/function-plotter
Discrete Mathematics Final Project
Language: Python - Size: 196 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Lastek/VSCodeProjects
Things I'm learning about algorithms.
Language: Jupyter Notebook - Size: 1.87 MB - Last synced at: about 1 month ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

ranimeshehata/Number-Theory
3rd Discrete Structures lab as an application on prime numbers using Java programming language.
Language: Java - Size: 1.07 MB - Last synced at: 20 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ranimeshehata/Sets-and-Inference-Rules
2nd Discrete Structures lab as an application on Sets and Rules of Inference using Java programming Lnaguage
Language: Java - Size: 1.21 MB - Last synced at: 20 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ranimeshehata/Sets-and-Bits-Manipulation
1st Discrete Structures lab as an application on Sets Theory and Bits Manipulation using Java programming language.
Language: Java - Size: 2.54 MB - Last synced at: 20 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ranimeshehata/DiscreteStructures-Graphs-Trees
Lab 4 implementation of Tree Traversal (iteratively and recursively), Dijkstra algorithm and Graph Coloring algorithm.
Language: Java - Size: 1.42 MB - Last synced at: 20 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rynanda/Discrete-Structures-PSA
Using Python, discrete structures, and mathematical concepts to solve two real world problems.
Size: 179 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

rynanda/Pegs-Puzzle-Board
Developing a solution to the pegs puzzle board problem using math, discrete structures, and Python.
Language: Python - Size: 105 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

e1th4nUwU/Java_Tree_manipulation_program
This Java program allows you to manipulate different types of trees and perform various operations on them. You can use this project to learn how to implement binary trees, binary insertion trees and B-Trees manually. Topics
Language: Java - Size: 85 KB - Last synced at: about 1 year ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

nnakul/IITKGP-CSE-Sem03
The repository contains all the assignments completed as a course-work of the 3rd semester.
Language: C - Size: 82.4 MB - Last synced at: almost 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

mndxpnsn/letter-combo
Dynamic programming solution to the number of m-letter combinations where each letter is in alphabetical order.
Language: C++ - Size: 3.91 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

dtemir/college-courses-CS 📦
The following projects are a part of my coursework towards B.Sc. in Computer Science at University of Illinois Springfield.
Language: Java - Size: 785 MB - Last synced at: 19 days ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

cmcummings/relations
Web app to create, visualize, and manipulate relations | JavaScript
Language: JavaScript - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

ryanopily/Logic.py
Add logic + set theory symbols to your keyboard
Language: Python - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

heckerfr0d/DS
I have no idea what I did but it works! ヾ(⌐■_■)ノ♪
Language: C - Size: 125 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0
