SYMBOL INDEX (38 symbols across 21 files) FILE: A Special Number.py function getSum (line 11) | def getSum(n): FILE: A beauty factor.py function checkBeautyFactor (line 7) | def checkBeautyFactor(n): FILE: Anagrams.py function cc (line 3) | def cc(a,b): FILE: Array operations.py function kadaneSum (line 5) | def kadaneSum(arr,n): FILE: Does it Divide?.py function prime (line 2) | def prime(n) : FILE: Fredo and Large Numbers.py function index (line 3) | def index(t,f,ma,p,q,s,d): FILE: Maximize the modulo function.py function solve (line 20) | def solve(k, n,m): FILE: Maze Problem.py function issafe (line 1) | def issafe(p,q,arr): function solve (line 8) | def solve(arr,i,j,sol): FILE: Mind Palaces.py function binar (line 1) | def binar(arr,l,r,x): FILE: Monk And the operations.py function abs_sum (line 1) | def abs_sum(row): function abs_add (line 7) | def abs_add(row,v1): FILE: Monk and Power of Time.py function check (line 5) | def check(a,b): FILE: Pairs.py function isPrime (line 1) | def isPrime(n) : FILE: Perfect Subarray.py function checkperfect (line 5) | def checkperfect(n): FILE: Prime Number.py function prime (line 2) | def prime(x): FILE: Reversed Linked List.py class node (line 1) | class node: method __init__ (line 2) | def __init__(self,data): class linkedList (line 6) | class linkedList: method __init__ (line 8) | def __init__(self): method printl (line 13) | def printl(self): method atLast (line 20) | def atLast(self,new_data): method addElement (line 36) | def addElement(self,lis): method reverse (line 44) | def reverse(self): FILE: Roy and Symmetric Logos.py function symmetric (line 1) | def symmetric(matrix,n): FILE: Seating Arrangement.py function find (line 1) | def find(a): FILE: The Monk and Kundan.py function index (line 1) | def index(ref,x): FILE: Thief and Warehouses.py function solve (line 1) | def solve (array, n): FILE: Two Strings.py function check (line 2) | def check(a,b): FILE: Word Queries.py class TrieNode (line 11) | class TrieNode: method __init__ (line 12) | def __init__(self): class Trie (line 17) | class Trie: method __init__ (line 18) | def __init__(self): method getNode (line 21) | def getNode(self): method charToint (line 24) | def charToint(self,char): method insert (line 27) | def insert(self,key): method get_prefix (line 42) | def get_prefix(self,key): method find (line 52) | def find(self,key):