Volume 55 (2023)
Volume 54 (2022)
Volume 53 (2021)
Volume 52 (2020)
Volume 51 (2019)
Volume 50 (2018)
Volume 49 (2017)
Volume 48 (2016)
Volume 47 (2016)
Volume 46 (2015)
Volume 45 (2014)
Volume 44 (2013)
Volume 43 (2009)
Volume 42 (2008)
Volume 41 (2007)
Speeding up the Arc Consistency algorithm in Constraint Satisfaction Problems: A New Modification of AC-3

Yaser Shokri Kalandaragh,

Volume 54, Issue 1 , June 2022, , Pages 125-138

https://doi.org/10.22059/jac.2022.88375

Abstract
  Dealing with constraints is always very common in real-world implementation issues. Search algorithms for real problems are also no exception. Because of the constraints in search problems (named Constraint Satisfaction Problems (CSPs)), their main solving algorithm is presented in backtracking form. ...  Read More

Efficient Storage and Retrieval of In-Memory Static Data

Anuj Kapoor

Volume 52, Issue 1 , June 2020, , Pages 83-96

https://doi.org/10.22059/jac.2020.76227

Abstract
  Hash or B-Tree based composite indexes, are the two most commonly used techniques for searching and retrieving data from memory. Although these techniques have a serious memory limitation, that restricts \textit{freedom} to search by any combination of single key/data attribute, that comprises the composite ...  Read More