Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 437 Bytes

File metadata and controls

17 lines (11 loc) · 437 Bytes

Sample_Codes

This repository contains sample codes that I have written.

  • genetic_algo.py contains the implementation of genetic algorithm for SAT problem of 3CNF

  • connect-4.py contains the implementation of MCTS and Q-Learning for connect-4 games.

  • problem_d.cpp a code for Competitive programming problem in C++ language.

  • os_code.c a code in C language.

  • Picards_matlab.m has picard's theorm implimentation in matlab.