Jeffery Russell
							
						 
						
							
							
								
								
							
							
								
							
								a7ef5dd476 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #25  from Jammyjamjamman/graphs_py  
							
							 
							
							 
							
							
								
							
							
							Added graphs python code 
							
						 
						6 years ago  
					 
				
					
						
							
							
								   James Sherratt
							
						 
						
							
							
							
								
							
								14e13f4224 
								
							
								 
							
						 
						
							
							
								
								Added graphs python code  
							
							 
							
							 
							
							
								
							
							
							Added python script which demnostrates a graph data structure,
with some basic methods (operators). 
							
						 
						6 years ago  
					 
				
					
						
							
							
								   Jeffery Russell
							
						 
						
							
							
								
								
							
							
								
							
								9294beb03d 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #20  from sahil-9/master  
							
							 
							
							 
							
							
								
							
							
							Added BFS 
							
						 
						6 years ago  
					 
				
					
						
							
							
								   Jeffery Russell
							
						 
						
							
							
								
								
							
							
								
							
								69c792adc0 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #22  from dani16595/master  
							
							 
							
							 
							
							
								
							
							
							Add Jump Search 
							
						 
						6 years ago  
					 
				
					
						
							
							
								   Jeffery Russell
							
						 
						
							
							
								
								
							
							
								
							
								dd2604b128 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #23  from vipulSharma18/issue-#1-python-algorithms-vipulSharma18  
							
							 
							
							 
							
							
								
							
							
							Create Dijkstra.py 
							
						 
						6 years ago  
					 
				
					
						
							
							
								   Jeffery Russell
							
						 
						
							
							
								
								
							
							
								
							
								16aae11a21 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #21  from eliasbayona/master  
							
							 
							
							 
							
							
								
							
							
							Added Basic Neural Network 
							
						 
						6 years ago  
					 
				
					
						
							
							
								   Jeffery Russell
							
						 
						
							
							
								
								
							
							
								
							
								403f3103ea 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #24  from Jammyjamjamman/heapsort  
							
							 
							
							 
							
							
								
							
							
							Add heapsort 
							
						 
						6 years ago  
					 
				
					
						
							
							
								   James Sherratt
							
						 
						
							
							
							
								
							
								7e92b4ca53 
								
							
								 
							
						 
						
							
							
								
								More space corrections.  
							
							 
							
							 
							
							
								
							
							
							Added space at end of file + at another return 
							
						 
						6 years ago  
					 
				
					
						
							
							
								   James Sherratt
							
						 
						
							
							
							
								
							
								cc5193b32b 
								
							
								 
							
						 
						
							
							
								
								Better documentation  
							
							 
							
							 
							
							
								
							
							
							Corrected some of the function docs. 
							
						 
						6 years ago  
					 
				
					
						
							
							
								   James Sherratt
							
						 
						
							
							
							
								
							
								fc6375a039 
								
							
								 
							
						 
						
							
							
								
								Better formatting  
							
							 
							
							 
							
							
								
							
							
							Adjusted the spacing of the functions to be more PEP friendly. 
							
						 
						6 years ago  
					 
				
					
						
							
							
								   James Sherratt
							
						 
						
							
							
							
								
							
								ae3178ed88 
								
							
								 
							
						 
						
							
							
								
								Add heapsort  
							
							 
							
							 
							
							
								
							
							
							A script demonstrating heapsort using a max heap has been added.
Comments have been added, describing the steps. 
							
						 
						6 years ago  
					 
				
					
						
							
							
								   VIPUL SHARMA
							
						 
						
							
							
								
								
							
							
								
							
								80c8df0247 
								
									
								
							
								 
							
						 
						
							
							
								
								Create Dijkstra.py  
							
							 
							
							 
							
							
								
							
							
							contains an implementation of dijkstra for adjacency matrix representation of graph and the driver code to run it. 
							
						 
						6 years ago  
					 
				
					
						
							
							
								   dani16595
							
						 
						
							
							
							
								
							
								ac9248fc4c 
								
							
								 
							
						 
						
							
							
								
								Add Jump Search  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								   elias
							
						 
						
							
							
							
								
							
								2b127f1486 
								
							
								 
							
						 
						
							
							
								
								Added basic CNN  
							
							 
							
							 
							
							
								
							
							
							Basic implimentation of a CNN using pytorch.
1 converlutional layer:
-> input depth 3
-> output depth 16
-> kernel size 3
-> padding 1
1 maxpool layer 
							
						 
						6 years ago  
					 
				
					
						
							
							
								   elias
							
						 
						
							
							
							
								
							
								cef04aeb63 
								
							
								 
							
						 
						
							
							
								
								Added Basic Neural Network  
							
							 
							
							 
							
							
								
							
							
							This is a basic implementation of a neural network using pytorch. The network accepts an input of 784 and generate a final output of 10. eg(classifying 28x28 -> 784 images of 10 digits) 
							
						 
						6 years ago  
					 
				
					
						
							
							
								   Sahil Agrawal
							
						 
						
							
							
								
								
							
							
								
							
								163dbb6618 
								
									
								
							
								 
							
						 
						
							
							
								
								Create BFS.py  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								   Jeffery Russell
							
						 
						
							
							
								
								
							
							
								
							
								2263575630 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #18  from olalekanteeblaze/master  
							
							 
							
							 
							
							
								
							
							
							Perceptron algorithm 
							
						 
						6 years ago  
					 
				
					
						
							
							
								   olalekanteeblaze
							
						 
						
							
							
							
								
							
								d83ce3ae5b 
								
							
								 
							
						 
						
							
							
								
								Perceptron algorithm  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								b92ba144f3 
								
							
								 
							
						 
						
							
							
								
								Added comments to GA algo  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								fe145214b1 
								
							
								 
							
						 
						
							
							
								
								Updated code to work with code blocks when there are new lines in it.  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								cfc9f92cb4 
								
							
								 
							
						 
						
							
							
								
								Created script to format markdown paragraphs following a stringent column max.  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								e5e809a58d 
								
							
								 
							
						 
						
							
							
								
								Added vim configuration file to repository.  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								9f0bf214b9 
								
							
								 
							
						 
						
							
							
								
								Added a line chart displaying the average cost and best cost.  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								4376164ab8 
								
							
								 
							
						 
						
							
							
								
								Created plotting graph for the genetic algorithm.  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								98bd2dd1c4 
								
							
								 
							
						 
						
							
							
								
								Finished writing the genetic algorithm.  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								43a19cf3f9 
								
							
								 
							
						 
						
							
							
								
								Started working on genetic algorithm in javascript.  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								f1ae532387 
								
							
								 
							
						 
						
							
							
								
								Wrote tests to compare the read time of files vs number of cpu threads used.  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								72e484e046 
								
							
								 
							
						 
						
							
							
								
								Created some basic framework classes to use for my testing of multi threaded file io.  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								dcfe199982 
								
							
								 
							
						 
						
							
							
								
								Created simple web page which prompts user to load a JSON file and it graphs it using visjs.  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								5129e5e133 
								
							
								 
							
						 
						
							
							
								
								Python implementation of the knapsack problem.  
							
							 
							
							
								
							
							
						 
						6 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								f64c1cb934 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'origin/master'  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								2f8d25877d 
								
							
								 
							
						 
						
							
							
								
								Created simple program to backup windows sticky notes.  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								3fbc19d8d5 
								
							
								 
							
						 
						
							
							
								
								Designed a dynamic programming technique for the paragraph formatter.  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								a053d0213d 
								
							
								 
							
						 
						
							
							
								
								Updated the matrix chain problem to backtrack and print the solution.  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								977f9df7e5 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of  https://github.com/jrtechs/RandomScripts  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								0c088b46fe 
								
							
								 
							
						 
						
							
							
								
								Used dynamic programming to solve matrix chain multiplication problem.  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
								   jrtechs 
							
						 
						
							
							
							
								
							
								4dcdadceac 
								
							
								 
							
						 
						
							
							
								
								Started working on paragraph formatter.  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								   Jeffery Russell
							
						 
						
							
							
								
								
							
							
								
							
								5d9f435e63 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #15  from somiljain7/master  
							
							 
							
							 
							
							
								
							
							
							Added selection sort. 
							
						 
						7 years ago  
					 
				
					
						
							
							
								   SOMIL JAIN
							
						 
						
							
							
								
								
							
							
								
							
								42786e73ed 
								
									
								
							
								 
							
						 
						
							
							
								
								Add files via upload  
							
							 
							
							 
							
							
								
							
							
							#1 
selectionsort 
							
						 
						7 years ago  
					 
				
					
						
							
							
								   Jeffery Russell
							
						 
						
							
							
								
								
							
							
								
							
								41f985838f 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #14  from ServinDC/master  
							
							 
							
							 
							
							
								
							
							
							Create CombSort.py 
							
						 
						7 years ago  
					 
				
					
						
							
							
								   David
							
						 
						
							
							
								
								
							
							
								
							
								3ab12c27fd 
								
									
								
							
								 
							
						 
						
							
							
								
								Create CombSort.py  
							
							 
							
							 
							
							
								
							
							
							Improved version of the bubble-sort method. 
							
						 
						7 years ago  
					 
				
					
						
							
							
								   Jeffery Russell
							
						 
						
							
							
								
								
							
							
								
							
								57dbe98a10 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #13  from ayushyadav99/master  
							
							 
							
							 
							
							
								
							
							
							add DFS.py 
							
						 
						7 years ago  
					 
				
					
						
							
							
								   Ayush Yadav
							
						 
						
							
							
								
								
							
							
								
							
								61a0085682 
								
									
								
							
								 
							
						 
						
							
							
								
								add DFS.py  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								   Jeffery Russell
							
						 
						
							
							
								
								
							
							
								
							
								5147af8877 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #12  from josewtf01/master  
							
							 
							
							 
							
							
								
							
							
							Create bintree.py 
							
						 
						7 years ago  
					 
				
					
						
							
							
								   José Luis López Zaragoza
							
						 
						
							
							
								
								
							
							
								
							
								573b05d5a5 
								
									
								
							
								 
							
						 
						
							
							
								
								Create bintree.py  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								   Jeffery Russell
							
						 
						
							
							
								
								
							
							
								
							
								8a3b4a4d53 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #11  from eveem/master  
							
							 
							
							 
							
							
								
							
							
							Implemented stack in python. 
							
						 
						7 years ago  
					 
				
					
						
							
							
								   eveem
							
						 
						
							
							
							
								
							
								70cb0c0027 
								
							
								 
							
						 
						
							
							
								
								Add Stack  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								
									
								
								   Jeffery Russell 
							
						 
						
							
							
							
								
							
								936297b22c 
								
							
								 
							
						 
						
							
							
								
								Created an iterative approach for quicksort which limits stack size to logn  
							
							 
							
							
								
							
							
						 
						7 years ago  
					 
				
					
						
							
							
								   Jeffery Russell
							
						 
						
							
							
								
								
							
							
								
							
								214cdf9014 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #9  from sl4ureano/master  
							
							 
							
							 
							
							
								
							
							
							Create PortScan.py 
							
						 
						7 years ago  
					 
				
					
						
							
							
								   Jeffery Russell
							
						 
						
							
							
								
								
							
							
								
							
								758f261270 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #10  from dafinoer/queque_py  
							
							 
							
							 
							
							
								
							
							
							Added a queque 
							
						 
						7 years ago