Skip to content

Assignments of Abstractions and Paradigms for Programming ( Spring Course 2018 - IITB)

License

Notifications You must be signed in to change notification settings

ramprasadkillari/CS152-IITBOMBAY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS152-IITBOMBAY

Assignments of Abstractions and Paradigms for Programming ( Spring Course 2018 - IITB)

SAT solver :

Implementation of Davis-Putnam-LogemannLoveland (DPLL) , a backtracking-based search algorithm,in scheme to check the satisfiability of boolean expression in conjunctive normal form (CNF) in Racket

Mini Grep - Regular Expression Matcher (Reg2Dfa) :

A regular expression matcher, which when given a string checks if it matches with a regular expression by building a DFA graph in Racket

About

Assignments of Abstractions and Paradigms for Programming ( Spring Course 2018 - IITB)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages